summaryrefslogtreecommitdiff
path: root/ACEXML/common/LocatorImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/common/LocatorImpl.h')
-rw-r--r--ACEXML/common/LocatorImpl.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/ACEXML/common/LocatorImpl.h b/ACEXML/common/LocatorImpl.h
index 5e0bbdace23..2bea4e80c22 100644
--- a/ACEXML/common/LocatorImpl.h
+++ b/ACEXML/common/LocatorImpl.h
@@ -66,7 +66,13 @@ public:
*/
ACEXML_LocatorImpl (void);
- /*
+ /**
+ * Construct a locator with systemId and publicId
+ *
+ */
+ ACEXML_LocatorImpl (const ACEXML_Char* systemId,
+ const ACEXML_Char* publicId);
+ /**
* Copy constructor. Create a persistent copy of the current state
* of a locator. When the original locator changes, this copy will
* still keep the original values (and it can be used outside the