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/28 16:20:02 UTC

cvs commit: ws-axis/c/samples/client/interoptests/groupB SOAPArrayStruct.h SOAPStruct.h SOAPStructStruct.h

sanjaya     2004/07/28 07:20:02

  Modified:    c/samples/client/interoptests/base Tag:
                        NamespaceTesting_branch SOAPStruct.h
               c/samples/client/interoptests/doclitbase Tag:
                        NamespaceTesting_branch SOAPStruct.h
               c/samples/client/interoptests/doclitgroupB Tag:
                        NamespaceTesting_branch SOAPArrayStruct.h
                        SOAPStruct.h SOAPStructStruct.h
               c/samples/client/interoptests/groupB Tag:
                        NamespaceTesting_branch SOAPArrayStruct.h
                        SOAPStruct.h SOAPStructStruct.h
  Log:
  namespace changes and related changes on the branch
  "NamespaceTesting_branch"
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.5.10.1  +2 -0      ws-axis/c/samples/client/interoptests/base/SOAPStruct.h
  
  Index: SOAPStruct.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/interoptests/base/SOAPStruct.h,v
  retrieving revision 1.5
  retrieving revision 1.5.10.1
  diff -u -r1.5 -r1.5.10.1
  --- SOAPStruct.h	27 Apr 2004 03:23:05 -0000	1.5
  +++ SOAPStruct.h	28 Jul 2004 14:20:00 -0000	1.5.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_SOAPStruct = "http://soapinterop.org/xsd";
   static const char* Axis_TypeName_SOAPStruct = "SOAPStruct";
  
  
  
  No                   revision
  No                   revision
  1.3.10.1  +1 -1      ws-axis/c/samples/client/interoptests/doclitbase/SOAPStruct.h
  
  Index: SOAPStruct.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/interoptests/doclitbase/SOAPStruct.h,v
  retrieving revision 1.3
  retrieving revision 1.3.10.1
  diff -u -r1.3 -r1.3.10.1
  --- SOAPStruct.h	27 Apr 2004 03:23:05 -0000	1.3
  +++ SOAPStruct.h	28 Jul 2004 14:20:01 -0000	1.3.10.1
  @@ -8,7 +8,7 @@
   #define __SOAPSTRUCT_PARAM_H__OF_AXIS_INCLUDED_
   
   #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";
  
  
  
  No                   revision
  No                   revision
  1.3.10.1  +3 -0      ws-axis/c/samples/client/interoptests/doclitgroupB/SOAPArrayStruct.h
  
  Index: SOAPArrayStruct.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/interoptests/doclitgroupB/SOAPArrayStruct.h,v
  retrieving revision 1.3
  retrieving revision 1.3.10.1
  diff -u -r1.3 -r1.3.10.1
  --- SOAPArrayStruct.h	27 Apr 2004 03:23:05 -0000	1.3
  +++ SOAPArrayStruct.h	28 Jul 2004 14:20:01 -0000	1.3.10.1
  @@ -10,6 +10,9 @@
   #include <axis/server/AxisUserAPI.h>
   
   #include "ArrayOfstring.h"
  +
  +AXIS_CPP_NAMESPACE_USE
  +
   //Local name and the URI for the type
   static const char* Axis_URI_SOAPArrayStruct = "http://soapinterop.org/xsd";
   static const char* Axis_TypeName_SOAPArrayStruct = "SOAPArrayStruct";
  
  
  
  1.3.10.1  +2 -0      ws-axis/c/samples/client/interoptests/doclitgroupB/SOAPStruct.h
  
  Index: SOAPStruct.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/interoptests/doclitgroupB/SOAPStruct.h,v
  retrieving revision 1.3
  retrieving revision 1.3.10.1
  diff -u -r1.3 -r1.3.10.1
  --- SOAPStruct.h	27 Apr 2004 03:23:05 -0000	1.3
  +++ SOAPStruct.h	28 Jul 2004 14:20:01 -0000	1.3.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_SOAPStruct = "http://soapinterop.org/xsd";
   static const char* Axis_TypeName_SOAPStruct = "SOAPStruct";
  
  
  
  1.3.10.1  +3 -0      ws-axis/c/samples/client/interoptests/doclitgroupB/SOAPStructStruct.h
  
  Index: SOAPStructStruct.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/interoptests/doclitgroupB/SOAPStructStruct.h,v
  retrieving revision 1.3
  retrieving revision 1.3.10.1
  diff -u -r1.3 -r1.3.10.1
  --- SOAPStructStruct.h	27 Apr 2004 03:23:05 -0000	1.3
  +++ SOAPStructStruct.h	28 Jul 2004 14:20:01 -0000	1.3.10.1
  @@ -10,6 +10,9 @@
   #include <axis/server/AxisUserAPI.h>
   
   #include "SOAPStruct.h"
  +
  +AXIS_CPP_NAMESPACE_USE
  +
   //Local name and the URI for the type
   static const char* Axis_URI_SOAPStructStruct = "http://soapinterop.org/xsd";
   static const char* Axis_TypeName_SOAPStructStruct = "SOAPStructStruct";
  
  
  
  No                   revision
  No                   revision
  1.5.10.1  +2 -0      ws-axis/c/samples/client/interoptests/groupB/SOAPArrayStruct.h
  
  Index: SOAPArrayStruct.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/interoptests/groupB/SOAPArrayStruct.h,v
  retrieving revision 1.5
  retrieving revision 1.5.10.1
  diff -u -r1.5 -r1.5.10.1
  --- SOAPArrayStruct.h	27 Apr 2004 03:23:06 -0000	1.5
  +++ SOAPArrayStruct.h	28 Jul 2004 14:20:01 -0000	1.5.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_SOAPArrayStruct = "http://soapinterop.org/xsd";
   static const char* Axis_TypeName_SOAPArrayStruct = "SOAPArrayStruct";
  
  
  
  1.5.10.1  +2 -0      ws-axis/c/samples/client/interoptests/groupB/SOAPStruct.h
  
  Index: SOAPStruct.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/interoptests/groupB/SOAPStruct.h,v
  retrieving revision 1.5
  retrieving revision 1.5.10.1
  diff -u -r1.5 -r1.5.10.1
  --- SOAPStruct.h	27 Apr 2004 03:23:06 -0000	1.5
  +++ SOAPStruct.h	28 Jul 2004 14:20:01 -0000	1.5.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_SOAPStruct = "http://soapinterop.org/xsd";
   static const char* Axis_TypeName_SOAPStruct = "SOAPStruct";
  
  
  
  1.5.10.1  +3 -0      ws-axis/c/samples/client/interoptests/groupB/SOAPStructStruct.h
  
  Index: SOAPStructStruct.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/interoptests/groupB/SOAPStructStruct.h,v
  retrieving revision 1.5
  retrieving revision 1.5.10.1
  diff -u -r1.5 -r1.5.10.1
  --- SOAPStructStruct.h	27 Apr 2004 03:23:06 -0000	1.5
  +++ SOAPStructStruct.h	28 Jul 2004 14:20:01 -0000	1.5.10.1
  @@ -10,6 +10,9 @@
   #include <axis/server/AxisUserAPI.h>
   
   #include "SOAPStruct.h"
  +
  +AXIS_CPP_NAMESPACE_USE
  +
   /*Local name and the URI for the type*/
   static const char* Axis_URI_SOAPStructStruct = "http://soapinterop.org/xsd";
   static const char* Axis_TypeName_SOAPStructStruct = "SOAPStructStruct";