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/23 08:23:40 UTC

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

Author: dushshantha
Date: Thu Dec 22 23:23:34 2005
New Revision: 358759

URL: http://svn.apache.org/viewcvs?rev=358759&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=358759&r1=358758&r2=358759&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 Thu Dec 22 23:23:34 2005
@@ -75,7 +75,7 @@
 {
 	return Value0;
 }
-xsd__dateTime * InteropTestPortTypeDoc::echoDate(xsd__dateTime * Value0)  
+xsd__dateTime InteropTestPortTypeDoc::echoDate(xsd__dateTime Value0)  
 {
 	return Value0;
 }