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 ja...@apache.org on 2005/11/14 07:16:30 UTC

svn commit: r344053 - /webservices/axis/trunk/c/tests/auto_build/testcases/dynamic/Combo_TTest/IntArrayType.hpp

Author: jamejose
Date: Sun Nov 13 22:16:15 2005
New Revision: 344053

URL: http://svn.apache.org/viewcvs?rev=344053&view=rev
Log:
Updated the testcase with new Array APIs

Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/dynamic/Combo_TTest/IntArrayType.hpp

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/dynamic/Combo_TTest/IntArrayType.hpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/dynamic/Combo_TTest/IntArrayType.hpp?rev=344053&r1=344052&r2=344053&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/dynamic/Combo_TTest/IntArrayType.hpp (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/dynamic/Combo_TTest/IntArrayType.hpp Sun Nov 13 22:16:15 2005
@@ -15,25 +15,32 @@
  * limitations under the License.
  *
  * This file was auto-generated by the Axis C++ Web Service Generator (WSDL2Ws)
- * This file contains functions to manipulate complex type IntArrayType
+ * This file contains functions to manipulate complex type intArrayType
  */
 
 #if !defined(__INTARRAYTYPE_PARAM_H__INCLUDED_)
 #define __INTARRAYTYPE_PARAM_H__INCLUDED_
 
 #include <axis/AxisUserAPI.hpp>
+#include <axis/AxisUserAPIArrays.hpp>
 AXIS_CPP_NAMESPACE_USE 
 
 /*Local name and the URI for the type*/
-static const char* Axis_URI_IntArrayType = "http://soapinterop.org";
-static const char* Axis_TypeName_IntArrayType = "IntArrayType";
+static const char* Axis_URI_intArrayType = "http://soapinterop.org";
+static const char* Axis_TypeName_intArrayType = "intArrayType";
 
-class STORAGE_CLASS_INFO IntArrayType
+class STORAGE_CLASS_INFO intArrayType
 {
 public:
-	xsd__int_Array intItem;
-	IntArrayType();
-	~IntArrayType();
+	xsd__int_Array * intItem;
+
+	xsd__int_Array * getintItem();
+	void setintItem(xsd__int_Array * pInValue);
+
+	intArrayType();
+
+	void reset();
+	virtual ~intArrayType();
 };
 
 #endif /* !defined(__INTARRAYTYPE_PARAM_H__INCLUDED_)*/