Message:

   The following issue has been resolved as FIXED.

   Resolver: cargilld
       Date: Tue, 21 Sep 2004 3:12 PM

I just checked in a change to resolve this problem. Please verify. 
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCESC-1190

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCESC-1190
    Summary: English cleanups in programming guide
       Type: Bug

     Status: Resolved
 Resolution: FIXED

    Project: Xerces-C++
 Components: 
             Documentation
   Fix Fors:
             Nightly build (please specify the date)
   Versions:
             2.5.0

   Assignee: 
   Reporter: Jerry Quinn

    Created: Thu, 8 Apr 2004 7:49 PM
    Updated: Tue, 21 Sep 2004 3:12 PM
Environment: Operating System: Other
Platform: Other

Description:
The following paragraph:

If C++ Namespace support is ENABLED (all the binary distributions of Xerces-C++
2.5.0 are built with C++ Namespace enabled), users' applications must namespace
qualified all the Xerces-C++ classes/data/variables with "xercesc::" or add the
"using namespace xercesc"  clause. Users also need to ensure all forward
declarations are properly qualified or scope. For example

should read:

If C++ Namespace support is ENABLED (all the binary distributions of Xerces-C++
2.5.0 are built with C++ Namespace enabled), users' applications must namespace
qualify all the Xerces-C++ classes/data/variables with "xercesc::" or add the
"using namespace xercesc"  clause. Users also need to ensure all forward
declarations are properly qualified or scoped. For example


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to