You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by du...@apache.org on 2005/12/12 05:18:19 UTC

svn commit: r356139 - /webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/InteropTestPortTypeDoc.cpp

Author: dushshantha
Date: Sun Dec 11 20:18:13 2005
New Revision: 356139

URL: http://svn.apache.org/viewcvs?rev=356139&view=rev
Log: (empty)

Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/InteropTestPortTypeDoc.cpp

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/InteropTestPortTypeDoc.cpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/InteropTestPortTypeDoc.cpp?rev=356139&r1=356138&r2=356139&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/InteropTestPortTypeDoc.cpp (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/InteropTestPortTypeDoc.cpp Sun Dec 11 20:18:13 2005
@@ -40,7 +40,7 @@
 {
 	return Value0;
 }
-xsd__string_Array InteropTestPortTypeDoc::echoStringArray(xsd__string_Array Value0)  
+xsd__string_Array * InteropTestPortTypeDoc::echoStringArray(xsd__string_Array * Value0)  
 {
 	return Value0;
 }
@@ -48,7 +48,7 @@
 {
 	return Value0;
 }
-xsd__int_Array InteropTestPortTypeDoc::echoIntegerArray(xsd__int_Array Value0)  
+xsd__int_Array * InteropTestPortTypeDoc::echoIntegerArray(xsd__int_Array * Value0)  
 {
 	return Value0;
 }
@@ -56,7 +56,7 @@
 {
 	return Value0;
 }
-xsd__float_Array InteropTestPortTypeDoc::echoFloatArray(xsd__float_Array Value0)  
+xsd__float_Array * InteropTestPortTypeDoc::echoFloatArray(xsd__float_Array * Value0)  
 {
 	return Value0;
 }
@@ -64,7 +64,7 @@
 {
 	return Value0;
 }
-SOAPStruct_Array InteropTestPortTypeDoc::echoStructArray(SOAPStruct_Array Value0)  
+SOAPStruct_Array * InteropTestPortTypeDoc::echoStructArray(SOAPStruct_Array * Value0)  
 {
 	return Value0;
 }