summaryrefslogtreecommitdiff
path: root/ACE/ace/XML_Utils/XercesString.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/XML_Utils/XercesString.h')
-rw-r--r--ACE/ace/XML_Utils/XercesString.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/ace/XML_Utils/XercesString.h b/ACE/ace/XML_Utils/XercesString.h
index 661f4bd056a..1915832d503 100644
--- a/ACE/ace/XML_Utils/XercesString.h
+++ b/ACE/ace/XML_Utils/XercesString.h
@@ -64,7 +64,6 @@ namespace XML
private:
XMLCh* _wstr; // Internal representation
-
};
XML_Utils_Export bool operator== (const XStr& lhs, const XStr& rhs);
@@ -72,7 +71,6 @@ namespace XML
XML_Utils_Export std::ostream&
operator<< (std::ostream& o, XStr const& str);
-
}
#include /**/ "ace/post.h"