You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ar...@locus.apache.org on 2000/07/26 00:30:55 UTC

cvs commit: xml-xerces/c/src/util/Platforms/UnixWare UnixWarePlatformUtils.cpp

aruna1      00/07/25 15:30:55

  Modified:    c/src/util/Platforms/UnixWare UnixWarePlatformUtils.cpp
  Log:
  Char definitions in XMLUni moved to XMLUniDefs
  
  Revision  Changes    Path
  1.8       +4 -0      xml-xerces/c/src/util/Platforms/UnixWare/UnixWarePlatformUtils.cpp
  
  Index: UnixWarePlatformUtils.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Platforms/UnixWare/UnixWarePlatformUtils.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- UnixWarePlatformUtils.cpp	2000/03/24 00:13:34	1.7
  +++ UnixWarePlatformUtils.cpp	2000/07/25 22:30:54	1.8
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: UnixWarePlatformUtils.cpp,v $
  + * Revision 1.8  2000/07/25 22:30:54  aruna1
  + * Char definitions in XMLUni moved to XMLUniDefs
  + *
    * Revision 1.7  2000/03/24 00:13:34  aruna1
    * Platform initialization taken care for both threaded and non-threaded environment
    *
  @@ -107,6 +110,7 @@
   #include    <util/RuntimeException.hpp>
   #include    <util/Mutexes.hpp>
   #include    <util/XMLString.hpp>
  +#include    <util/XMLUniDefs.hpp>
   #include    <util/XMLUni.hpp>
   
   #if defined (XML_USE_ICU_TRANSCODER)