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/11/07 23:37:51 UTC

cvs commit: xml-xerces/c/src/xercesc/util/Platforms/HPUX HPPlatformUtils.cpp

peiyongz    2002/11/07 14:37:51

  Modified:    c/src/xercesc/util/Platforms/HPUX HPPlatformUtils.cpp
  Log:
  build -miconv on hpux and linux
  
  Revision  Changes    Path
  1.8       +7 -1      xml-xerces/c/src/xercesc/util/Platforms/HPUX/HPPlatformUtils.cpp
  
  Index: HPPlatformUtils.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/HPUX/HPPlatformUtils.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- HPPlatformUtils.cpp	4 Nov 2002 15:13:00 -0000	1.7
  +++ HPPlatformUtils.cpp	7 Nov 2002 22:37:51 -0000	1.8
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.8  2002/11/07 22:37:51  peiyongz
  + * build -miconv on hpux and linux
  + *
    * Revision 1.7  2002/11/04 15:13:00  tng
    * C++ Namespace Support.
    *
  @@ -183,7 +186,8 @@
   
   #if defined(XML_USE_ICU_MESSAGELOADER)
       #include <xercesc/util/MsgLoaders/ICU/ICUMsgLoader.hpp>
  -
  +#elif defined (XML_USE_ICONV_MESSAGELOADER)
  +    #include <xercesc/util/MsgLoaders/MsgCatalog/MsgCatalogLoader.hpp>
   #else
       // Same as -DXML_USE_INMEM_MESSAGELOADER
       #include <xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.hpp>
  @@ -238,6 +242,8 @@
       {
   #if defined (XML_USE_ICU_MESSAGELOADER)
           retVal = new ICUMsgLoader(msgDomain);
  +#elif defined (XML_USE_ICONV_MESSAGELOADER)
  +        retVal = new MsgCatalogLoader(msgDomain);
   #else
           // same as -DXML_USE_INMEM_MESSAGELOADER
           retVal = new InMemMsgLoader(msgDomain);
  
  
  

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