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

cvs commit: xml-xerces/c/src/util/MsgLoaders/MsgFile MsgLoader.cpp

aruna1      00/07/25 15:28:48

  Modified:    c/src/util/MsgLoaders/MsgFile MsgLoader.cpp
  Log:
  Char definitions in XMLUni moved to XMLUniDefs
  
  Revision  Changes    Path
  1.4       +6 -0      xml-xerces/c/src/util/MsgLoaders/MsgFile/MsgLoader.cpp
  
  Index: MsgLoader.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/MsgLoaders/MsgFile/MsgLoader.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MsgLoader.cpp	2000/03/02 19:55:17	1.3
  +++ MsgLoader.cpp	2000/07/25 22:28:47	1.4
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: MsgLoader.cpp,v $
  + * Revision 1.4  2000/07/25 22:28:47  aruna1
  + * Char definitions in XMLUni moved to XMLUniDefs
  + *
    * Revision 1.3  2000/03/02 19:55:17  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
  @@ -73,6 +76,7 @@
   #include <util/PlatformUtils.hpp>
   #include <util/XMLMsgLoader.hpp>
   #include <util/XMLString.hpp>
  +#include <util/XMLUniDefs.hpp>
   #include <util/XMLUni.hpp>
   #include "MsgLoader.hpp"
   #include "XMLMessages.h"