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 pr...@apache.org on 2006/03/22 11:36:30 UTC

svn commit: r387824 - /webservices/axis/trunk/c/samples/client/calculator/Client.cpp

Author: prestonf
Date: Wed Mar 22 02:36:29 2006
New Revision: 387824

URL: http://svn.apache.org/viewcvs?rev=387824&view=rev
Log:
Remove URL comment from sample so that it matches the expected output.

Modified:
    webservices/axis/trunk/c/samples/client/calculator/Client.cpp

Modified: webservices/axis/trunk/c/samples/client/calculator/Client.cpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/samples/client/calculator/Client.cpp?rev=387824&r1=387823&r2=387824&view=diff
==============================================================================
--- webservices/axis/trunk/c/samples/client/calculator/Client.cpp (original)
+++ webservices/axis/trunk/c/samples/client/calculator/Client.cpp Wed Mar 22 02:36:29 2006
@@ -75,7 +75,6 @@
 	    }
 	}
 
-	cout << endl << " Using service at " << endpoint << endl << endl;
 	Calculator ws (endpoint);
 
 	op = argv[1];