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:29:58 UTC

cvs commit: xml-xerces/c/src/util/Platforms/Linux LinuxPlatformUtils.cpp

aruna1      00/07/25 15:29:58

  Modified:    c/src/util/Platforms/Linux LinuxPlatformUtils.cpp
  Log:
  Char definitions in XMLUni moved to XMLUniDefs
  
  Revision  Changes    Path
  1.17      +4 -0      xml-xerces/c/src/util/Platforms/Linux/LinuxPlatformUtils.cpp
  
  Index: LinuxPlatformUtils.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Platforms/Linux/LinuxPlatformUtils.cpp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- LinuxPlatformUtils.cpp	2000/03/24 00:13:03	1.16
  +++ LinuxPlatformUtils.cpp	2000/07/25 22:29:55	1.17
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: LinuxPlatformUtils.cpp,v $
  + * Revision 1.17  2000/07/25 22:29:55  aruna1
  + * Char definitions in XMLUni moved to XMLUniDefs
  + *
    * Revision 1.16  2000/03/24 00:13:03  aruna1
    * Platform initialization taken care for both threaded and non-threaded environment
    *
  @@ -149,6 +152,7 @@
   #include    <util/Janitor.hpp>
   #include    <util/Mutexes.hpp>
   #include    <util/XMLString.hpp>
  +#include    <util/XMLUniDefs.hpp>
   #include    <util/XMLUni.hpp>
   
   #if defined(XML_USE_ICU_TRANSCODER)