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 na...@apache.org on 2006/01/30 00:08:35 UTC

svn commit: r373384 - /webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest1Client.cpp

Author: nadiramra
Date: Sun Jan 29 15:08:33 2006
New Revision: 373384

URL: http://svn.apache.org/viewcvs?rev=373384&view=rev
Log:
correct compile error.

Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest1Client.cpp

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest1Client.cpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest1Client.cpp?rev=373384&r1=373383&r2=373384&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest1Client.cpp (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest1Client.cpp Sun Jan 29 15:08:33 2006
@@ -101,7 +101,7 @@
         }
         catch(exception& e)
         {
-            cout << "Unexpected exception : " << e.what << endl;
+            cout << "Unexpected exception : " << e.what() << endl;
         }
         catch(...)
         {