I still have to qualify forward functions and any function/variable that could be ambiguous.  This is not desirable since many developers use the xerces functions and we would like to make the upgrade transparent to them.

Stephanie Milchak
Software Engineer
WebSphere Business Integration
919.543.4069
Research Triangle Park, NC



"Adam Heinz" <[EMAIL PROTECTED]>

12/22/2003 10:46 AM
Please respond to xerces-c-dev

       
        To:        <[EMAIL PROTECTED]>
        cc:        
        Subject:        RE: Disabling C++ Namespace



If you follow your #includes with XERCES_CPP_NAMESPACE_USE, you don't have to qualify all of your variables.  For example:
 
#include <xercesc/framework/LocalFileFormatTarget.hpp>
#include <xercesc/util/PlatformUtils.hpp>
#include <xercesc/util/XMLString.hpp>
#include <xercesc/util/XMLUni.hpp>

XERCES_CPP_NAMESPACE_USE

Adam Heinz
Development Consultant
Exstream Software

Reply via email to