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:16 UTC

cvs commit: xml-xerces/c/src/util/Platforms/OS2 OS2PlatformUtils.cpp

aruna1      00/07/25 15:30:16

  Modified:    c/src/util/Platforms/OS2 OS2PlatformUtils.cpp
  Log:
  Char definitions in XMLUni moved to XMLUniDefs
  
  Revision  Changes    Path
  1.6       +4 -2      xml-xerces/c/src/util/Platforms/OS2/OS2PlatformUtils.cpp
  
  Index: OS2PlatformUtils.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Platforms/OS2/OS2PlatformUtils.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- OS2PlatformUtils.cpp	2000/06/22 22:21:18	1.5
  +++ OS2PlatformUtils.cpp	2000/07/25 22:30:14	1.6
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: OS2PlatformUtils.cpp,v 1.5 2000/06/22 22:21:18 aruna1 Exp $
  + * $Id: OS2PlatformUtils.cpp,v 1.6 2000/07/25 22:30:14 aruna1 Exp $
    */
   
   
  @@ -71,11 +71,13 @@
   #define INCL_DOSMISC
   #define INCL_DOSFILEMGR
   
  +#include    <util/XercesDefs.hpp>
   #include    <util/PlatformUtils.hpp>
   #include    <util/RuntimeException.hpp>
   #include    <util/Janitor.hpp>
   #include    <util/XMLString.hpp>
  -#include    <util/XercesDefs.hpp>
  +#include    <util/XMLUniDefs.hpp>
  +
   #include    <stdio.h>
   #include    <stdlib.h>
   #include    <io.h>