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/08/02 10:56:36 UTC

cvs commit: ws-axis/c/tests/client/threadSafe/gen_src AxisClientException.h SOAPStruct.h

sanjaya     2004/08/02 01:56:36

  Modified:    c/tests/client/threadSafe/gen_src Tag:
                        NamespaceTesting_branch AxisClientException.h
                        SOAPStruct.h
  Log:
  Changed threadsafe tests to support namespaces
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.10.1  +2 -0      ws-axis/c/tests/client/threadSafe/gen_src/AxisClientException.h
  
  Index: AxisClientException.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/threadSafe/gen_src/AxisClientException.h,v
  retrieving revision 1.1
  retrieving revision 1.1.10.1
  diff -u -r1.1 -r1.1.10.1
  --- AxisClientException.h	6 Jul 2004 13:56:35 -0000	1.1
  +++ AxisClientException.h	2 Aug 2004 08:56:36 -0000	1.1.10.1
  @@ -12,6 +12,8 @@
   #include <axis/ISoapFault.h>
   
   using namespace std;
  +AXIS_CPP_NAMESPACE_USE
  +
   class AxisClientException: public AxisException
   {
   public:
  
  
  
  1.2.10.1  +2 -0      ws-axis/c/tests/client/threadSafe/gen_src/SOAPStruct.h
  
  Index: SOAPStruct.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/threadSafe/gen_src/SOAPStruct.h,v
  retrieving revision 1.2
  retrieving revision 1.2.10.1
  diff -u -r1.2 -r1.2.10.1
  --- SOAPStruct.h	24 Jun 2004 07:32:18 -0000	1.2
  +++ SOAPStruct.h	2 Aug 2004 08:56:36 -0000	1.2.10.1
  @@ -8,6 +8,8 @@
   
   #include <axis/server/AxisUserAPI.h>
   
  +AXIS_CPP_NAMESPACE_USE
  +
   /*Local name and the URI for the type*/
   static const char* Axis_URI_SOAPStruct = "http://soapinterop.org/xsd";
   static const char* Axis_TypeName_SOAPStruct = "SOAPStruct";