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 sa...@apache.org on 2004/06/24 13:35:04 UTC

cvs commit: ws-axis/c/tests/client/fault_mapping MathOpsClient.cpp

sanjaya     2004/06/24 04:35:04

  Modified:    c/tests/client/fault_mapping MathOpsClient.cpp
  Log:
  Changed include path
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/c/tests/client/fault_mapping/MathOpsClient.cpp
  
  Index: MathOpsClient.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/fault_mapping/MathOpsClient.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MathOpsClient.cpp	23 Jun 2004 11:11:46 -0000	1.1
  +++ MathOpsClient.cpp	24 Jun 2004 11:35:04 -0000	1.2
  @@ -1,4 +1,4 @@
  -#include "MathOps.h"
  +#include "gen_src/MathOps.h"
   #include <axis/server/AxisException.h>
   #include <ctype.h>