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:31:26 UTC

cvs commit: xml-xerces/c/src/util/Transcoders/MacOSUnicodeConverter MacOSUnicodeConverter.cpp

aruna1      00/07/25 15:31:26

  Modified:    c/src/util/Transcoders/MacOSUnicodeConverter
                        MacOSUnicodeConverter.cpp
  Log:
  Char definitions in XMLUni moved to XMLUniDefs
  
  Revision  Changes    Path
  1.2       +6 -1      xml-xerces/c/src/util/Transcoders/MacOSUnicodeConverter/MacOSUnicodeConverter.cpp
  
  Index: MacOSUnicodeConverter.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Transcoders/MacOSUnicodeConverter/MacOSUnicodeConverter.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MacOSUnicodeConverter.cpp	2000/07/18 18:26:15	1.1
  +++ MacOSUnicodeConverter.cpp	2000/07/25 22:31:26	1.2
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: MacOSUnicodeConverter.cpp,v $
  + * Revision 1.2  2000/07/25 22:31:26  aruna1
  + * Char definitions in XMLUni moved to XMLUniDefs
  + *
    * Revision 1.1  2000/07/18 18:26:15  andyh
    * Mac OS update.
    * Contributed by James Berry <jb...@criticalpath.com>
  @@ -101,6 +104,7 @@
   //  Includes
   // ---------------------------------------------------------------------------
   #include <MacOSUnicodeConverter.hpp>
  +#include <util/XMLUniDefs.hpp>
   #include <util/XMLUni.hpp>
   #include <util/XMLString.hpp>
   #include <util/TranscodingException.hpp>