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/07/30 13:32:00 UTC

cvs commit: ws-axis/c/samples/server/rpcfault AxisServiceException.h DivByZeroStruct.h

sanjaya     2004/07/30 04:31:59

  Modified:    c/samples/client/rpcfault Tag: NamespaceTesting_branch
                        DivByZeroStruct.h
               c/samples/server/interoptests/base Tag:
                        NamespaceTesting_branch
                        InteropTestPortTypeWrapper.h
               c/samples/server/interoptests/doclitbase Tag:
                        NamespaceTesting_branch
                        InteropTestPortTypeWrapper.h
               c/samples/server/interoptests/doclitgroupB Tag:
                        NamespaceTesting_branch
                        InteropTestPortTypeBWrapper.h
               c/samples/server/interoptests/groupB Tag:
                        NamespaceTesting_branch
                        InteropTestPortTypeBWrapper.h
               c/samples/server/rpcfault Tag: NamespaceTesting_branch
                        AxisServiceException.h DivByZeroStruct.h
  Log:
  Changes to RPCFault files to comply with axis namespace changes
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.10.1  +2 -0      ws-axis/c/samples/client/rpcfault/DivByZeroStruct.h
  
  Index: DivByZeroStruct.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/rpcfault/DivByZeroStruct.h,v
  retrieving revision 1.1
  retrieving revision 1.1.10.1
  diff -u -r1.1 -r1.1.10.1
  --- DivByZeroStruct.h	11 Jun 2004 06:02:17 -0000	1.1
  +++ DivByZeroStruct.h	30 Jul 2004 11:31:58 -0000	1.1.10.1
  @@ -9,6 +9,8 @@
   
   #include <axis/server/AxisUserAPI.h>
   
  +AXIS_CPP_NAMESPACE_USE
  +
   /*Local name and the URI for the type*/
   static const char* Axis_URI_DivByZeroStruct = "http://soapinterop.org/types";
   static const char* Axis_TypeName_DivByZeroStruct = "DivByZeroStruct";
  
  
  
  No                   revision
  No                   revision
  1.6.10.1  +1 -0      ws-axis/c/samples/server/interoptests/base/InteropTestPortTypeWrapper.h
  
  Index: InteropTestPortTypeWrapper.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/interoptests/base/InteropTestPortTypeWrapper.h,v
  retrieving revision 1.6
  retrieving revision 1.6.10.1
  diff -u -r1.6 -r1.6.10.1
  --- InteropTestPortTypeWrapper.h	27 Apr 2004 03:23:06 -0000	1.6
  +++ InteropTestPortTypeWrapper.h	30 Jul 2004 11:31:58 -0000	1.6.10.1
  @@ -11,6 +11,7 @@
   #include <axis/server/IMessageData.h>
   #include <axis/server/GDefine.h>
   #include <axis/server/AxisWrapperAPI.h>
  +AXIS_CPP_NAMESPACE_USE
   
   class InteropTestPortTypeWrapper : public WrapperClassHandler
   {
  
  
  
  No                   revision
  No                   revision
  1.4.10.1  +2 -0      ws-axis/c/samples/server/interoptests/doclitbase/InteropTestPortTypeWrapper.h
  
  Index: InteropTestPortTypeWrapper.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/interoptests/doclitbase/InteropTestPortTypeWrapper.h,v
  retrieving revision 1.4
  retrieving revision 1.4.10.1
  diff -u -r1.4 -r1.4.10.1
  --- InteropTestPortTypeWrapper.h	27 Apr 2004 03:23:07 -0000	1.4
  +++ InteropTestPortTypeWrapper.h	30 Jul 2004 11:31:59 -0000	1.4.10.1
  @@ -13,6 +13,8 @@
   #include <axis/server/IWrapperSoapDeSerializer.h>
   #include <axis/server/IWrapperSoapSerializer.h>
   
  +AXIS_CPP_NAMESPACE_USE
  +
   class InteropTestPortTypeWrapper : public WrapperClassHandler
   {
   private:// Actual web service object
  
  
  
  No                   revision
  No                   revision
  1.4.10.1  +2 -0      ws-axis/c/samples/server/interoptests/doclitgroupB/InteropTestPortTypeBWrapper.h
  
  Index: InteropTestPortTypeBWrapper.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/interoptests/doclitgroupB/InteropTestPortTypeBWrapper.h,v
  retrieving revision 1.4
  retrieving revision 1.4.10.1
  diff -u -r1.4 -r1.4.10.1
  --- InteropTestPortTypeBWrapper.h	27 Apr 2004 03:23:07 -0000	1.4
  +++ InteropTestPortTypeBWrapper.h	30 Jul 2004 11:31:59 -0000	1.4.10.1
  @@ -13,6 +13,8 @@
   #include <axis/server/IWrapperSoapDeSerializer.h>
   #include <axis/server/IWrapperSoapSerializer.h>
   
  +AXIS_CPP_NAMESPACE_USE
  +
   class InteropTestPortTypeBWrapper : public WrapperClassHandler
   {
   private:// Actual web service object
  
  
  
  No                   revision
  No                   revision
  1.6.10.1  +2 -0      ws-axis/c/samples/server/interoptests/groupB/InteropTestPortTypeBWrapper.h
  
  Index: InteropTestPortTypeBWrapper.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/interoptests/groupB/InteropTestPortTypeBWrapper.h,v
  retrieving revision 1.6
  retrieving revision 1.6.10.1
  diff -u -r1.6 -r1.6.10.1
  --- InteropTestPortTypeBWrapper.h	27 Apr 2004 03:23:07 -0000	1.6
  +++ InteropTestPortTypeBWrapper.h	30 Jul 2004 11:31:59 -0000	1.6.10.1
  @@ -12,6 +12,8 @@
   #include <axis/server/GDefine.h>
   #include <axis/server/AxisWrapperAPI.h>
   
  +AXIS_CPP_NAMESPACE_USE
  +
   class InteropTestPortTypeBWrapper : public WrapperClassHandler
   {
   private:/* Actual web service object*/
  
  
  
  No                   revision
  No                   revision
  1.1.10.1  +2 -0      ws-axis/c/samples/server/rpcfault/AxisServiceException.h
  
  Index: AxisServiceException.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/rpcfault/AxisServiceException.h,v
  retrieving revision 1.1
  retrieving revision 1.1.10.1
  diff -u -r1.1 -r1.1.10.1
  --- AxisServiceException.h	6 Jul 2004 08:34:41 -0000	1.1
  +++ AxisServiceException.h	30 Jul 2004 11:31:59 -0000	1.1.10.1
  @@ -12,6 +12,8 @@
   #include <axis/ISoapFault.h>
   
   using namespace std;
  +AXIS_CPP_NAMESPACE_USE
  +
   class AxisServiceException: public AxisException
   {
   public:
  
  
  
  1.1.10.1  +2 -0      ws-axis/c/samples/server/rpcfault/DivByZeroStruct.h
  
  Index: DivByZeroStruct.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/rpcfault/DivByZeroStruct.h,v
  retrieving revision 1.1
  retrieving revision 1.1.10.1
  diff -u -r1.1 -r1.1.10.1
  --- DivByZeroStruct.h	8 Jun 2004 07:22:08 -0000	1.1
  +++ DivByZeroStruct.h	30 Jul 2004 11:31:59 -0000	1.1.10.1
  @@ -9,6 +9,8 @@
   
   #include <axis/server/AxisUserAPI.h>
   
  +AXIS_CPP_NAMESPACE_USE
  +
   /*Local name and the URI for the type*/
   static const char* Axis_URI_DivByZeroStruct = "http://soapinterop.org/types";
   static const char* Axis_TypeName_DivByZeroStruct = "DivByZeroStruct";