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 ro...@apache.org on 2003/07/27 09:11:16 UTC

cvs commit: xml-axis/c/src/server/samples/serviceinteropbase BaseTestsWrapper.cpp

roshan      2003/07/27 00:11:16

  Modified:    c/src/server/samples/serviceinteropbase BaseTestsWrapper.cpp
  Log:
  after introducing new Serializer interfaces IWrapperSoapSerializer and IHandlerSoapSerializer
  
  Revision  Changes    Path
  1.3       +1 -1      xml-axis/c/src/server/samples/serviceinteropbase/BaseTestsWrapper.cpp
  
  Index: BaseTestsWrapper.cpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/server/samples/serviceinteropbase/BaseTestsWrapper.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BaseTestsWrapper.cpp	16 Jul 2003 14:29:29 -0000	1.2
  +++ BaseTestsWrapper.cpp	27 Jul 2003 07:11:15 -0000	1.3
  @@ -4,7 +4,7 @@
   
   #include "BaseTestsWrapper.h"
   #include "../../../common/ISoapDeSerializer.h"
  -#include "../../../common/ISoapSerializer.h"
  +#include "../../../common/IWrapperSoapSerializer.h"
   #include "../../../common/BasicTypeSerializer.h"
   
   //////////////////////////////////////////////////////////////////////