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/02 03:41:05 UTC

cvs commit: ws-axis/c/samples/client/doclitfault MathOps.cpp

samisa      2004/11/01 18:41:05

  Modified:    c/samples/client/doclitfault MathOps.cpp
  Log:
  Updated to work with C -> C++ changes.
  
  Revision  Changes    Path
  1.12      +1 -1      ws-axis/c/samples/client/doclitfault/MathOps.cpp
  
  Index: MathOps.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/doclitfault/MathOps.cpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- MathOps.cpp	27 Oct 2004 13:07:00 -0000	1.11
  +++ MathOps.cpp	2 Nov 2004 02:41:05 -0000	1.12
  @@ -30,7 +30,7 @@
   extern int Axis_GetSize_DivByZeroStruct();
   
   bool CallBase::bInitialized;
  -CallFunctions CallBase::ms_VFtable;
  +//CallFunctions CallBase::ms_VFtable;
   
   MathOps::MathOps(const char* pchEndpointUri)
   {