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 10:10:23 UTC

svn commit: r355423 - /webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/XSD_IDPort.cpp

Author: cdinapala
Date: Fri Dec  9 01:10:11 2005
New Revision: 355423

URL: http://svn.apache.org/viewcvs?rev=355423&view=rev
Log:
Changed to support new array model. 

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

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/XSD_IDPort.cpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/XSD_IDPort.cpp?rev=355423&r1=355422&r2=355423&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/XSD_IDPort.cpp (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/XSD_IDPort.cpp Fri Dec  9 01:10:11 2005
@@ -52,7 +52,7 @@
 {
 	return Value0;
 }
-xsd__ID_Array XSD_IDPort::asArray(xsd__ID_Array Value0)  
+xsd__ID_Array * XSD_IDPort::asArray(xsd__ID_Array * Value0)  
 {
 	return Value0;
 }