You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2002/11/04 19:19:57 UTC

cvs commit: xml-xerces/c/src/xercesc/util/MsgLoaders/Win32 Win32MsgLoader.cpp

tng         2002/11/04 10:19:57

  Modified:    c/src/xercesc/util/MsgLoaders/Win32 Win32MsgLoader.cpp
  Log:
  C++ Namespace Support.
  
  Revision  Changes    Path
  1.4       +2 -2      xml-xerces/c/src/xercesc/util/MsgLoaders/Win32/Win32MsgLoader.cpp
  
  Index: Win32MsgLoader.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/MsgLoaders/Win32/Win32MsgLoader.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Win32MsgLoader.cpp	4 Nov 2002 15:10:41 -0000	1.3
  +++ Win32MsgLoader.cpp	4 Nov 2002 18:19:57 -0000	1.4
  @@ -70,7 +70,6 @@
   #include <windows.h>
   #include "Win32MsgLoader.hpp"
   
  -XERCES_CPP_NAMESPACE_BEGIN
   
   // ---------------------------------------------------------------------------
   //  Public Constructors and Destructor
  @@ -95,6 +94,7 @@
     return TRUE;
   }
   
  +XERCES_CPP_NAMESPACE_BEGIN
   
   // ---------------------------------------------------------------------------
   //  Global module handle
  
  
  

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