You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/02/02 00:48:38 UTC

cvs commit: xml-xerces/c/tools/NLS/Xlat Xlat_ErrHandler.hpp Xlat.hpp Xlat.cpp

peiyongz    02/02/01 15:48:38

  Modified:    c/tools/NLS/Xlat Xlat_ErrHandler.hpp Xlat.hpp Xlat.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.4       +7 -2      xml-xerces/c/tools/NLS/Xlat/Xlat_ErrHandler.hpp
  
  Index: Xlat_ErrHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tools/NLS/Xlat/Xlat_ErrHandler.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Xlat_ErrHandler.hpp	2 Mar 2000 19:55:53 -0000	1.3
  +++ Xlat_ErrHandler.hpp	1 Feb 2002 23:48:37 -0000	1.4
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: Xlat_ErrHandler.hpp,v $
  + * Revision 1.4  2002/02/01 23:48:37  peiyongz
  + * sane_include
  + *
    * Revision 1.3  2000/03/02 19:55:53  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
  @@ -72,8 +75,8 @@
    *
    */
   
  -#include <util/XercesDefs.hpp>
  -#include <sax/ErrorHandler.hpp>
  +#include <xercesc/util/XercesDefs.hpp>
  +#include <xercesc/sax/ErrorHandler.hpp>
   
   class XlatErrHandler : public ErrorHandler
   {
  
  
  
  1.5       +10 -5     xml-xerces/c/tools/NLS/Xlat/Xlat.hpp
  
  Index: Xlat.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tools/NLS/Xlat/Xlat.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Xlat.hpp	3 May 2001 19:09:38 -0000	1.4
  +++ Xlat.hpp	1 Feb 2002 23:48:37 -0000	1.5
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: Xlat.hpp,v $
  + * Revision 1.5  2002/02/01 23:48:37  peiyongz
  + * sane_include
  + *
    * Revision 1.4  2001/05/03 19:09:38  knoaman
    * Support Warning/Error/FatalError messaging.
    * Validity constraints errors are treated as errors, with the ability by user to set
  @@ -96,11 +99,11 @@
   // ---------------------------------------------------------------------------
   #include <stdio.h>
   
  -#include <util/XercesDefs.hpp>
  -#include <util/PlatformUtils.hpp>
  -#include <util/TransService.hpp>
  -#include <sax/SAXParseException.hpp>
  -#include <parsers/DOMParser.hpp>
  +#include <xercesc/util/XercesDefs.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/util/TransService.hpp>
  +#include <xercesc/sax/SAXParseException.hpp>
  +#include <xercesc/parsers/DOMParser.hpp>
   #include "Xlat_ErrHandler.hpp"
   #include "Xlat_Types.hpp"
   #include "Xlat_Formatter.hpp"
  
  
  
  1.9       +6 -1      xml-xerces/c/tools/NLS/Xlat/Xlat.cpp
  
  Index: Xlat.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tools/NLS/Xlat/Xlat.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Xlat.cpp	3 May 2001 19:09:36 -0000	1.8
  +++ Xlat.cpp	1 Feb 2002 23:48:37 -0000	1.9
  @@ -57,6 +57,9 @@
   
   /*
    * $Log: Xlat.cpp,v $
  + * Revision 1.9  2002/02/01 23:48:37  peiyongz
  + * sane_include
  + *
    * Revision 1.8  2001/05/03 19:09:36  knoaman
    * Support Warning/Error/FatalError messaging.
    * Validity constraints errors are treated as errors, with the ability by user to set
  @@ -556,7 +559,7 @@
   
               // If its not the exception domain, then we need a header included
               if (XMLString::compareString(domainStr.rawBuffer(), XMLUni::fgExceptDomain))
  -                fwprintf(outHeader, L"#include <framework/XMLErrorReporter.hpp>\n\n");
  +                fwprintf(outHeader, L"#include <xercesc/framework/XMLErrorReporter.hpp>\n\n");
   
               fwprintf(outHeader, L"class %s\n{\npublic :\n    enum Codes\n    {\n", errNameSpace);
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org