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:51:03 UTC

svn commit: r559344 - /incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/SDOSchemaSAX2Parser.h

Author: robbinspg
Date: Wed Jul 25 00:50:57 2007
New Revision: 559344

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

Modified:
    incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/SDOSchemaSAX2Parser.h

Modified: incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/SDOSchemaSAX2Parser.h
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/SDOSchemaSAX2Parser.h?view=diff&rev=559344&r1=559343&r2=559344
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/SDOSchemaSAX2Parser.h (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/SDOSchemaSAX2Parser.h Wed Jul 25 00:50:57 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