diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-11-19 08:40:28 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-11-19 08:40:28 +0000 |
commit | dee899c8ff99fe26e308f713e728db4dff2882c7 (patch) | |
tree | 93ac25cea28e28f3892623e98e3657d2597bb550 /ACEXML/common/LocatorImpl.h | |
parent | 33dcb4d2015f14836d30cb0cd9210a1b9fd25107 (diff) | |
download | ATCD-Validator_20021119.tar.gz |
This commit was manufactured by cvs2svn to create tagValidator_20021119
'Validator_20021119'.
Diffstat (limited to 'ACEXML/common/LocatorImpl.h')
-rw-r--r-- | ACEXML/common/LocatorImpl.h | 8 |
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 |