You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2003/12/23 15:45:03 UTC

DO NOT REPLY [Bug 25727] New: - namespace macros not used

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25727>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25727

namespace macros not used

           Summary: namespace macros not used
           Product: Xerces-C++
           Version: 2.4.0
          Platform: All
               URL: http://xml.apache.org/xerces-c/program-
                    others.html#CPPNamespace
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Documentation
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: aheinz@cs.indiana.edu


Documentation uses old-style

// indicate using Xerces-C++ namespace in general
using namespace xercesc;

// need to properly scope any forward declarations
namespace xercesc {
class AttributeList;
}

instead of using newer XERCES_CPP_NAMESPACE* macros.

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