peiyongz    2004/08/24 09:00:16

  Modified:    c/tests/XSValueTest XSValueTest.hpp XSValueTest.cpp
  Log:
  To build on AIX/Win2003-ecl
  
  Revision  Changes    Path
  1.2       +7 -5      xml-xerces/c/tests/XSValueTest/XSValueTest.hpp
  
  Index: XSValueTest.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/XSValueTest/XSValueTest.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XSValueTest.hpp   19 Aug 2004 17:17:21 -0000      1.1
  +++ XSValueTest.hpp   24 Aug 2004 16:00:15 -0000      1.2
  @@ -57,6 +57,9 @@
   /*
    * $Id$
    * $Log$
  + * Revision 1.2  2004/08/24 16:00:15  peiyongz
  + * To build on AIX/Win2003-ecl
  + *
    * Revision 1.1  2004/08/19 17:17:21  peiyongz
    * XSValueTest
    *
  @@ -69,8 +72,8 @@
   // ---------------------------------------------------------------------------
   //  Includes for all the program files to see
   // ---------------------------------------------------------------------------
  -#include <stdlib.h>
  -#include <string.h>
  +#include <xercesc/util/XercesDefs.hpp>
  +
   #if defined(XERCES_NEW_IOSTREAMS)
   #include <iostream>
   #else
  @@ -78,7 +81,6 @@
   #endif
   
   #include <xercesc/util/XMLString.hpp>
  -#include <xercesc/framework/psvi/XSValue.hpp>
   
   XERCES_CPP_NAMESPACE_USE
   
  
  
  
  1.4       +4 -2      xml-xerces/c/tests/XSValueTest/XSValueTest.cpp
  
  Index: XSValueTest.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/XSValueTest/XSValueTest.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSValueTest.cpp   23 Aug 2004 17:07:57 -0000      1.3
  +++ XSValueTest.cpp   24 Aug 2004 16:00:15 -0000      1.4
  @@ -57,6 +57,9 @@
   /*
   * $Id$
   * $Log$
  +* Revision 1.4  2004/08/24 16:00:15  peiyongz
  +* To build on AIX/Win2003-ecl
  +*
   * Revision 1.3  2004/08/23 17:07:57  peiyongz
   * Minimum representable range on all platforms
   *
  @@ -84,7 +87,6 @@
   
   #include <xercesc/framework/psvi/XSValue.hpp>
   #include <xercesc/util/PlatformUtils.hpp>
  -#include <xercesc/util/XMLString.hpp>
   
   static const bool  EXP_RET_VALID_TRUE  = true;
   static const bool  EXP_RET_VALUE_TRUE  = true;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to