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:28:41 UTC

cvs commit: xml-xerces/c/src/util/MsgLoaders/MsgCatalog MsgCatalogLoader.cpp

aruna1      00/07/25 15:28:41

  Modified:    c/src/util/MsgLoaders/MsgCatalog MsgCatalogLoader.cpp
  Log:
  Char definitions in XMLUni moved to XMLUniDefs
  
  Revision  Changes    Path
  1.6       +6 -0      xml-xerces/c/src/util/MsgLoaders/MsgCatalog/MsgCatalogLoader.cpp
  
  Index: MsgCatalogLoader.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/MsgLoaders/MsgCatalog/MsgCatalogLoader.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- MsgCatalogLoader.cpp	2000/03/02 19:55:16	1.5
  +++ MsgCatalogLoader.cpp	2000/07/25 22:28:40	1.6
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: MsgCatalogLoader.cpp,v $
  + * Revision 1.6  2000/07/25 22:28:40  aruna1
  + * Char definitions in XMLUni moved to XMLUniDefs
  + *
    * Revision 1.5  2000/03/02 19:55:16  roddey
    * This checkin includes many changes done while waiting for the
    * 1.1.0 code to be finished. I can't list them all here, but a list is
  @@ -86,6 +89,7 @@
   #include <util/PlatformUtils.hpp>
   #include <util/XMLMsgLoader.hpp>
   #include <util/XMLString.hpp>
  +#include <util/XMLUniDefs.hpp>
   #include <util/XMLUni.hpp>
   #include "MsgCatalogLoader.hpp"
   #include "XMLMsgCat_Ids.hpp"