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 cd...@apache.org on 2005/12/09 14:14:13 UTC

svn commit: r355483 - in /webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp: ManyTypeRefRoot.cpp NestedComplex.cpp

Author: cdinapala
Date: Fri Dec  9 05:14:05 2005
New Revision: 355483

URL: http://svn.apache.org/viewcvs?rev=355483&view=rev
Log:
changed for support new array model. 

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

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/ManyTypeRefRoot.cpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/ManyTypeRefRoot.cpp?rev=355483&r1=355482&r2=355483&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/ManyTypeRefRoot.cpp (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/ManyTypeRefRoot.cpp Fri Dec  9 05:14:05 2005
@@ -35,7 +35,7 @@
 {
 }
 
-Type1_Array ManyTypeRefRoot::getInput(Type1_Array Value0)  
+Type1_Array * ManyTypeRefRoot::getInput(Type1_Array * Value0)  
 {
 	return Value0;
 }

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/NestedComplex.cpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/NestedComplex.cpp?rev=355483&r1=355482&r2=355483&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/NestedComplex.cpp (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/NestedComplex.cpp Fri Dec  9 05:14:05 2005
@@ -40,7 +40,7 @@
 {
 	return Value0;
 }
-ComplexType1_Array NestedComplex::echoNestedComplexArray(ComplexType1_Array Value0)  
+ComplexType1_Array * NestedComplex::echoNestedComplexArray(ComplexType1_Array * Value0)  
 {
 	return Value0;
 }