Fix Solaris warning.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Tue, 13 Nov 2007 17:52:58 +0000 (17:52 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Tue, 13 Nov 2007 17:52:58 +0000 (17:52 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@429 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/soap/impl/SOAPImpl.cpp

index 1822776..e6fc4d6 100644 (file)
@@ -228,6 +228,7 @@ namespace {
         IMPL_STRING_ATTRIB(EncodingStyle);
         IMPL_XMLOBJECT_CHILDREN(UnknownXMLObject, m_children.end());
 
+        using AbstractAttributeExtensibleXMLObject::setAttribute;
         void setAttribute(QName& qualifiedName, const XMLCh* value, bool ID=false) {
             if (qualifiedName.hasNamespaceURI() && XMLString::equals(qualifiedName.getNamespaceURI(),SOAP11ENV_NS)) {
                 if (XMLString::equals(qualifiedName.getLocalPart(),ENCODINGSTYLE_ATTRIB_NAME)) {