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/02 21:33:48 UTC

svn commit: r552571 - in /incubator/tuscany/cpp/sca/runtime/extensions: rest/service/httpd/src/tuscany/sca/rest/RESTServiceProxy.cpp ws/service/axis2c/src/tuscany/sca/ws/WSServiceProxy.cpp

Author: robbinspg
Date: Mon Jul  2 12:33:47 2007
New Revision: 552571

URL: http://svn.apache.org/viewvc?view=rev&rev=552571
Log:
Revert change of IntegerType to IntType

SCA head will only build against SDO M3 now

Modified:
    incubator/tuscany/cpp/sca/runtime/extensions/rest/service/httpd/src/tuscany/sca/rest/RESTServiceProxy.cpp
    incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/WSServiceProxy.cpp

Modified: incubator/tuscany/cpp/sca/runtime/extensions/rest/service/httpd/src/tuscany/sca/rest/RESTServiceProxy.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/rest/service/httpd/src/tuscany/sca/rest/RESTServiceProxy.cpp?view=diff&rev=552571&r1=552570&r2=552571
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/rest/service/httpd/src/tuscany/sca/rest/RESTServiceProxy.cpp (original)
+++ incubator/tuscany/cpp/sca/runtime/extensions/rest/service/httpd/src/tuscany/sca/rest/RESTServiceProxy.cpp Mon Jul  2 12:33:47 2007
@@ -187,7 +187,7 @@
                                 operation.addParameter(floatData); 
                             }
                             break;
-                        case Type::IntType:
+                        case Type::IntegerType:
                             {
                                 long* intData = new long;
                                 *intData = inputDataObject->getInteger(pl[i]);

Modified: incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/WSServiceProxy.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/WSServiceProxy.cpp?view=diff&rev=552571&r1=552570&r2=552571
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/WSServiceProxy.cpp (original)
+++ incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/WSServiceProxy.cpp Mon Jul  2 12:33:47 2007
@@ -213,7 +213,7 @@
                                 operation.addParameter(floatData); 
                             }
                             break;
-                        case Type::IntType:
+                        case Type::IntegerType:
                             {
                                 long* intData = new long;
                                 *intData = inputDataObject->getInteger(pl[i]);



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