You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2005/06/17 04:36:41 UTC

svn commit: r191052 - /xerces/c/trunk/src/xercesc/framework/psvi/XSNamespaceItem.cpp

Author: jberry
Date: Thu Jun 16 19:36:39 2005
New Revision: 191052

URL: http://svn.apache.org/viewcvs?rev=191052&view=rev
Log:
Add const qualifier to getDocumentLocations to match interface (patch to 191040 for bug XERCESC-1153).

Modified:
    xerces/c/trunk/src/xercesc/framework/psvi/XSNamespaceItem.cpp

Modified: xerces/c/trunk/src/xercesc/framework/psvi/XSNamespaceItem.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSNamespaceItem.cpp?rev=191052&r1=191051&r2=191052&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSNamespaceItem.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSNamespaceItem.cpp Thu Jun 16 19:36:39 2005
@@ -206,7 +206,7 @@
     return 0;
 }
 
-StringList *XSNamespaceItem::getDocumentLocations()
+const StringList *XSNamespaceItem::getDocumentLocations()
 {
     if (fGrammar)
         return ((XMLSchemaDescriptionImpl*) fGrammar->getGrammarDescription())->getLocationHints();



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