blautenb    2003/09/11 04:12:58

  Modified:    c/src/enc XSECKeyInfoResolverDefault.cpp
  Log:
  Cleaned up usage of Xerces namespace - no longer inject into global namespace 
in headers
  
  Revision  Changes    Path
  1.6       +2 -4      xml-security/c/src/enc/XSECKeyInfoResolverDefault.cpp
  
  Index: XSECKeyInfoResolverDefault.cpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/enc/XSECKeyInfoResolverDefault.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XSECKeyInfoResolverDefault.cpp    5 Jul 2003 10:30:32 -0000       1.5
  +++ XSECKeyInfoResolverDefault.cpp    11 Sep 2003 11:12:58 -0000      1.6
  @@ -63,8 +63,6 @@
    * XSECKeyInfoResolverDefault := Default (very basic) class for applications
    *                                            to map KeyInfo to keys
    *
  - * Author(s): Berin Lautenbach
  - *
    * $Id$
    *
    */
  @@ -76,7 +74,7 @@
   
   #include <xercesc/util/Janitor.hpp>
   
  -XSEC_USING_XERCES(Janitor);
  +XERCES_CPP_NAMESPACE_USE
   
   // 
--------------------------------------------------------------------------------
   //           Construct/Destruct
  
  
  

Reply via email to