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 sa...@apache.org on 2004/11/09 10:30:08 UTC

cvs commit: ws-axis/c/tests/client/performance/time Client.cpp

samisa      2004/11/09 01:30:08

  Modified:    c/tests/client/performance/time Client.cpp
  Log:
  Fixed .hpp inclusion problem
  
  Revision  Changes    Path
  1.5       +1 -1      ws-axis/c/tests/client/performance/time/Client.cpp
  
  Index: Client.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/performance/time/Client.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Client.cpp	12 Oct 2004 10:28:24 -0000	1.4
  +++ Client.cpp	9 Nov 2004 09:30:08 -0000	1.5
  @@ -31,7 +31,7 @@
   #endif
   
   
  -#include <axis/AxisGenException.h>
  +#include <axis/AxisGenException.hpp>
   #include "./gen_src/InteropTestPortType.h"
   
   using namespace std;