DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14960>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14960 Request to open interface Summary: Request to open interface Product: Xerces-C++ Version: Nightly build (please specify the date) Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Miscellaneous AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] File: xercesc\validators\datatype\DatatypeValidatorFactory.hpp Open the access to the builtin and user defined Registry. Proposed Path: -------------- ... RefHashTableOf<DatatypeValidator>* getUserDefinedRegistry() const; RefHashTableOf<DatatypeValidator>* getBuiltInRegistry() const; ... inline RefHashTableOf<DatatypeValidator>* DatatypeValidatorFactory::getUserDefinedRegistry() const { return fUserDefinedRegistry; } inline RefHashTableOf<DatatypeValidator>* DatatypeValidatorFactory::getBuiltInRegistry() const { return fBuiltInRegistry; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
