You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pr...@apache.org on 2005/09/19 15:25:36 UTC

svn commit: r290150 - /webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/UnboundedChoiceClient.cpp

Author: prestonf
Date: Mon Sep 19 06:25:33 2005
New Revision: 290150

URL: http://svn.apache.org/viewcvs?rev=290150&view=rev
Log:
Removed the .h from stream.h

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

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/UnboundedChoiceClient.cpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/UnboundedChoiceClient.cpp?rev=290150&r1=290149&r2=290150&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/UnboundedChoiceClient.cpp (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/UnboundedChoiceClient.cpp Mon Sep 19 06:25:33 2005
@@ -1,4 +1,4 @@
-#include <iostream.h>
+#include <iostream>
 #include "ChoiceTestSoap.hpp"
 #include "ChoiceComplexType.hpp"