summaryrefslogtreecommitdiff
path: root/ACEXML/common/NamespaceSupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/common/NamespaceSupport.h')
-rw-r--r--ACEXML/common/NamespaceSupport.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/ACEXML/common/NamespaceSupport.h b/ACEXML/common/NamespaceSupport.h
index 7d2c7bf10ac..df672884e61 100644
--- a/ACEXML/common/NamespaceSupport.h
+++ b/ACEXML/common/NamespaceSupport.h
@@ -5,6 +5,7 @@
* @file NamespaceSupport.h
*
* $Id$
+ * $Id$
*
* @author Nanbor Wang <nanbor@cs.wustl.edu>
*/
@@ -141,6 +142,11 @@ public:
~ACEXML_NamespaceSupport (void);
/**
+ * Initialize the namespace support object
+ */
+ int init(void);
+
+ /**
* XMLNS default prefix and URI strings.
*/
static const ACEXML_Char *XMLNS_PREFIX;
@@ -211,7 +217,7 @@ public:
/**
* Reset this Namespace support object for reuse.
- * @todo Not implemented.
+ *
*/
int reset (void);