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

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

Author: jamejose
Date: Sun Nov 13 22:14:18 2005
New Revision: 344048

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

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

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/dynamic/Combo_TTest/ArrayTestPortType.hpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/dynamic/Combo_TTest/ArrayTestPortType.hpp?rev=344048&r1=344047&r2=344048&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/dynamic/Combo_TTest/ArrayTestPortType.hpp (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/dynamic/Combo_TTest/ArrayTestPortType.hpp Sun Nov 13 22:14:18 2005
@@ -1,17 +1,3 @@
-// Copyright 2003-2004 The Apache Software Foundation.
-// 
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-// 
-//        http://www.apache.org/licenses/LICENSE-2.0
-// 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
 /*
  * This file was auto-generated by the Axis C++ Web Service Generator (WSDL2Ws)
  * This file contains Client Stub Class for remote web service 
@@ -22,9 +8,10 @@
 
 #include <axis/client/Stub.hpp>
 #include <axis/OtherFaultException.hpp>
+#include <axis/ISoapAttachment.hpp>
 #include <axis/ISoapFault.hpp>
 AXIS_CPP_NAMESPACE_USE
-#include "IntArrayType.hpp"
+#include "intArrayType.hpp"
 
 class ArrayTestPortType :public Stub
 {
@@ -34,14 +21,7 @@
 public:
 	STORAGE_CLASS_INFO virtual ~ArrayTestPortType();
 public: 
-	STORAGE_CLASS_INFO void SetSecure( char *, ...);
-	STORAGE_CLASS_INFO IntArrayType* echoIntArray(IntArrayType* Value0);
-
-private:
-	void includeSecure();
-
-protected:
-	std::string sArguments[8];
+	STORAGE_CLASS_INFO intArrayType* echoIntArray(intArrayType* Value0);
 };
 
 #endif /* !defined(__ARRAYTESTPORTTYPE_CLIENTSTUB_H__INCLUDED_)*/