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 di...@apache.org on 2005/01/13 10:00:43 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/client/cpp RecurseTypesClient.cpp

dicka       2005/01/13 01:00:43

  Modified:    c/tests/auto_build/testcases/client/cpp
                        RecurseTypesClient.cpp
  Log:
  Remove "using namespace std;"  as this is causing compilation problems for this test.
  
  Submitted by: Adrian Dick
  Reviewed by: Fred Preston
  
  Revision  Changes    Path
  1.6       +0 -1      ws-axis/c/tests/auto_build/testcases/client/cpp/RecurseTypesClient.cpp
  
  Index: RecurseTypesClient.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/client/cpp/RecurseTypesClient.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RecurseTypesClient.cpp	17 Dec 2004 11:49:47 -0000	1.5
  +++ RecurseTypesClient.cpp	13 Jan 2005 09:00:43 -0000	1.6
  @@ -5,7 +5,6 @@
   
   #define WSDL_DEFAULT_ENDPOINT "http://localhost:9080/RecurseTypes/services/sampleWS"
   
  -using namespace std;
   // If we re-direct cout it will be to this ofstream
   ofstream output_file;