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 09:59:39 UTC

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

dicka       2005/01/13 00:59:39

  Modified:    c/tests/auto_build/testcases/client/cpp AxisBenchClient.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.14      +0 -2      ws-axis/c/tests/auto_build/testcases/client/cpp/AxisBenchClient.cpp
  
  Index: AxisBenchClient.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/client/cpp/AxisBenchClient.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- AxisBenchClient.cpp	17 Dec 2004 11:49:47 -0000	1.13
  +++ AxisBenchClient.cpp	13 Jan 2005 08:59:39 -0000	1.14
  @@ -28,8 +28,6 @@
   void shift_args(int i, int *argc, char *argv[]);
   void setLogOptions(const char *output_filename);
   
  -using namespace std;
  -
   // If we re-direct cout it will be to this ofstream
   ofstream output_file;