neilg 2003/06/03 07:00:35 Modified: c/tests/MemHandlerTest MemoryMonitor.cpp SimpleHashPtr.cpp SimpleValueHashTableOf.cpp MemoryMonitor.hpp SimpleValueHashTableOf.hpp Log: attempt to make VC6 happy. Revision Changes Path 1.3 +4 -1 xml-xerces/c/tests/MemHandlerTest/MemoryMonitor.cpp Index: MemoryMonitor.cpp =================================================================== RCS file: /home/cvs/xml-xerces/c/tests/MemHandlerTest/MemoryMonitor.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- MemoryMonitor.cpp 3 Jun 2003 13:50:44 -0000 1.2 +++ MemoryMonitor.cpp 3 Jun 2003 14:00:34 -0000 1.3 @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.3 2003/06/03 14:00:34 neilg + * attempt to make VC6 happy. + * * Revision 1.2 2003/06/03 13:50:44 neilg * make Forte compiler happy * @@ -68,7 +71,7 @@ // --------------------------------------------------------------------------- // Includes // --------------------------------------------------------------------------- -#include <MemoryMonitor.hpp> +#include "MemoryMonitor.hpp" #if defined(XERCES_NEW_IOSTREAMS) #include <iostream> #include <fstream> 1.2 +1 -1 xml-xerces/c/tests/MemHandlerTest/SimpleHashPtr.cpp Index: SimpleHashPtr.cpp =================================================================== RCS file: /home/cvs/xml-xerces/c/tests/MemHandlerTest/SimpleHashPtr.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- SimpleHashPtr.cpp 2 Jun 2003 22:22:26 -0000 1.1 +++ SimpleHashPtr.cpp 3 Jun 2003 14:00:34 -0000 1.2 @@ -54,7 +54,7 @@ * <http://www.apache.org/>. */ -#include <SimpleHashPtr.hpp> +#include "SimpleHashPtr.hpp" // this is just a copy of HashPtr which is careful to rely on global new. 1.2 +5 -2 xml-xerces/c/tests/MemHandlerTest/SimpleValueHashTableOf.cpp Index: SimpleValueHashTableOf.cpp =================================================================== RCS file: /home/cvs/xml-xerces/c/tests/MemHandlerTest/SimpleValueHashTableOf.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- SimpleValueHashTableOf.cpp 2 Jun 2003 22:22:26 -0000 1.1 +++ SimpleValueHashTableOf.cpp 3 Jun 2003 14:00:34 -0000 1.2 @@ -56,13 +56,16 @@ /** * $Log$ + * Revision 1.2 2003/06/03 14:00:34 neilg + * attempt to make VC6 happy. + * * Revision 1.1 2003/06/02 22:22:26 neilg * new test for the pluggable memory management mechanism. This tests all 4 common Xerces parsers (SAX, SAX2, DOMBuilder and DeprecatedDOM) and ensures all allocated memory is dallocated, and that the manager which created the memory is called to deallocate it. * */ #if defined(XERCES_TMPLSINC) -#include <SimpleValueHashTableOf.hpp> +#include "SimpleValueHashTableOf.hpp" #endif // --------------------------------------------------------------------------- 1.2 +2 -2 xml-xerces/c/tests/MemHandlerTest/MemoryMonitor.hpp Index: MemoryMonitor.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/tests/MemHandlerTest/MemoryMonitor.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- MemoryMonitor.hpp 2 Jun 2003 22:22:26 -0000 1.1 +++ MemoryMonitor.hpp 3 Jun 2003 14:00:34 -0000 1.2 @@ -61,7 +61,7 @@ #include <xercesc/framework/MemoryManager.hpp> #include <xercesc/util/PlatformUtils.hpp> -#include <SimpleHashPtr.hpp> +#include "SimpleHashPtr.hpp" #include <xercesc/dom/DOMBuilder.hpp> #include <xercesc/dom/DOMErrorHandler.hpp> #include <xercesc/dom/DOMError.hpp> 1.2 +3 -3 xml-xerces/c/tests/MemHandlerTest/SimpleValueHashTableOf.hpp Index: SimpleValueHashTableOf.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/tests/MemHandlerTest/SimpleValueHashTableOf.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- SimpleValueHashTableOf.hpp 2 Jun 2003 22:22:26 -0000 1.1 +++ SimpleValueHashTableOf.hpp 3 Jun 2003 14:00:35 -0000 1.2 @@ -61,7 +61,7 @@ #include <xercesc/util/XercesDefs.hpp> -#include <SimpleHashPtr.hpp> +#include "SimpleHashPtr.hpp" #include <xercesc/util/IllegalArgumentException.hpp> #include <xercesc/util/NoSuchElementException.hpp> #include <xercesc/util/RuntimeException.hpp> @@ -226,5 +226,5 @@ }; #if !defined(XERCES_TMPLSINC) -#include <SimpleValueHashTableOf.cpp> +#include "SimpleValueHashTableOf.cpp" #endif
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]