peiyongz 2003/11/05 08:35:31 Modified: c/src/xercesc/validators/datatype DatatypeValidatorFactory.hpp Log: make getBuiltInRegistry() static Revision Changes Path 1.12 +5 -3 xml-xerces/c/src/xercesc/validators/datatype/DatatypeValidatorFactory.hpp Index: DatatypeValidatorFactory.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/datatype/DatatypeValidatorFactory.hpp,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- DatatypeValidatorFactory.hpp 17 Oct 2003 21:13:05 -0000 1.11 +++ DatatypeValidatorFactory.hpp 5 Nov 2003 16:35:31 -0000 1.12 @@ -145,7 +145,8 @@ /** * Returns the built in registry of types **/ - DVHashTable* getBuiltInRegistry() const; + static DVHashTable* getBuiltInRegistry(); + //@} // ----------------------------------------------------------------------- @@ -245,6 +246,7 @@ DECL_XSERIALIZABLE(DatatypeValidatorFactory) private: + // ----------------------------------------------------------------------- // CleanUp methods // ----------------------------------------------------------------------- @@ -288,7 +290,7 @@ } inline DVHashTable* -DatatypeValidatorFactory::getBuiltInRegistry() const { +DatatypeValidatorFactory::getBuiltInRegistry() { return fBuiltInRegistry; } // ---------------------------------------------------------------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]