Some root interfaces and configuration machinery
[shibboleth/cpp-xmltooling.git] / xmltooling / Namespace.cpp
index 0d7a3f2..06bb82e 100644 (file)
  * limitations under the License.\r
  */\r
 \r
-/* Namespace.cpp\r
+/**\r
+ * @file Namespace.cpp\r
  * \r
- * Data structure for representing XML namespace attributes \r
- * \r
- * $Id:$\r
+ * Representing XML namespace attributes \r
  */\r
 \r
 #include "internal.h"\r
-#include "unicode.h"\r
 #include "Namespace.h"\r
 \r
-using namespace std;\r
 using namespace xmltooling;\r
 \r
-Namespace::Namespace()\r
+Namespace::Namespace(const XMLCh* uri, const XMLCh* prefix)\r
 {\r
 #ifndef HAVE_GOOD_STL\r
     m_uri=m_prefix=NULL;\r
 #endif\r
-}\r
-\r
-Namespace::Namespace(const XMLCh* uri, const XMLCh* prefix)\r
-{\r
     setNamespaceURI(uri);\r
     setNamespacePrefix(prefix);\r
 }\r