You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2007/07/25 09:55:15 UTC

svn commit: r559345 - /incubator/tuscany/branches/sdo-cpp-pre2.1/runtime/core/src/commonj/sdo/SDOSchemaSAX2Parser.h

Author: robbinspg
Date: Wed Jul 25 00:55:13 2007
New Revision: 559345

URL: http://svn.apache.org/viewvc?view=rev&rev=559345
Log:
Remove qualification on parseURI method - caused compile error on some linux systems

Modified:
    incubator/tuscany/branches/sdo-cpp-pre2.1/runtime/core/src/commonj/sdo/SDOSchemaSAX2Parser.h

Modified: incubator/tuscany/branches/sdo-cpp-pre2.1/runtime/core/src/commonj/sdo/SDOSchemaSAX2Parser.h
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sdo-cpp-pre2.1/runtime/core/src/commonj/sdo/SDOSchemaSAX2Parser.h?view=diff&rev=559345&r1=559344&r2=559345
==============================================================================
--- incubator/tuscany/branches/sdo-cpp-pre2.1/runtime/core/src/commonj/sdo/SDOSchemaSAX2Parser.h (original)
+++ incubator/tuscany/branches/sdo-cpp-pre2.1/runtime/core/src/commonj/sdo/SDOSchemaSAX2Parser.h Wed Jul 25 00:55:13 2007
@@ -85,7 +85,7 @@
             friend std::istringstream& operator>>(std::istringstream& input, SDOSchemaSAX2Parser& parser);
 
 
-            int SDOSchemaSAX2Parser::parseURI(const SDOXMLString& location, const SDOXMLString& base);
+            int parseURI(const SDOXMLString& location, const SDOXMLString& base);
 
         private:
 



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