tng         2002/11/11 06:08:01

  Modified:    c/src/xercesc/util/Transcoders/ICU ICUTransService.hpp
  Log:
  Fix: UConverter should be declared outside xerces-c++ namespace
  
  Revision  Changes    Path
  1.4       +5 -2      
xml-xerces/c/src/xercesc/util/Transcoders/ICU/ICUTransService.hpp
  
  Index: ICUTransService.hpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/src/xercesc/util/Transcoders/ICU/ICUTransService.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ICUTransService.hpp       4 Nov 2002 15:14:33 -0000       1.3
  +++ ICUTransService.hpp       11 Nov 2002 14:08:01 -0000      1.4
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.4  2002/11/11 14:08:01  tng
  + * Fix: UConverter should be declared outside xerces-c++ namespace
  + *
    * Revision 1.3  2002/11/04 15:14:33  tng
    * C++ Namespace Support.
    *
  @@ -111,9 +114,9 @@
   #include <xercesc/util/Mutexes.hpp>
   #include <xercesc/util/TransService.hpp>
   
  -XERCES_CPP_NAMESPACE_BEGIN
  -
   struct UConverter;
  +
  +XERCES_CPP_NAMESPACE_BEGIN
   
   class XMLUTIL_EXPORT ICUTransService : public XMLTransService
   {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to