tng 2003/01/20 11:28:53 Modified: c/src/xercesc/util/Compilers MVSCPPDefs.hpp Log: 390: turn on C++ namespace. Patch from Stephen Dulin. Revision Changes Path 1.7 +4 -1 xml-xerces/c/src/xercesc/util/Compilers/MVSCPPDefs.hpp Index: MVSCPPDefs.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Compilers/MVSCPPDefs.hpp,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- MVSCPPDefs.hpp 4 Nov 2002 14:45:20 -0000 1.6 +++ MVSCPPDefs.hpp 20 Jan 2003 19:28:52 -0000 1.7 @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.7 2003/01/20 19:28:52 tng + * 390: turn on C++ namespace. Patch from Stephen Dulin. + * * Revision 1.6 2002/11/04 14:45:20 tng * C++ Namespace Support. * @@ -154,7 +157,7 @@ // Indicate that we support C++ namespace // Do not define it if the compile cannot handle C++ namespace // --------------------------------------------------------------------------- -// #define XERCES_HAS_CPP_NAMESPACE +#define XERCES_HAS_CPP_NAMESPACE // --------------------------------------------------------------------------- // Define our version of the XML character
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]