Return-Path: Delivered-To: apmail-ws-axis-cvs-archive@www.apache.org Received: (qmail 90238 invoked from network); 15 Mar 2006 09:22:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Mar 2006 09:21:50 -0000 Received: (qmail 10814 invoked by uid 500); 15 Mar 2006 09:21:49 -0000 Delivered-To: apmail-ws-axis-cvs-archive@ws.apache.org Received: (qmail 10740 invoked by uid 500); 15 Mar 2006 09:21:49 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 10729 invoked by uid 99); 15 Mar 2006 09:21:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Mar 2006 01:21:49 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 15 Mar 2006 01:21:48 -0800 Received: (qmail 90043 invoked by uid 65534); 15 Mar 2006 09:21:27 -0000 Message-ID: <20060315092126.90030.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r386010 - /webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/SimpleXSDAny.cpp Date: Wed, 15 Mar 2006 09:21:24 -0000 To: axis-cvs@ws.apache.org From: jamejose@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jamejose Date: Wed Mar 15 01:21:23 2006 New Revision: 386010 URL: http://svn.apache.org/viewcvs?rev=386010&view=rev Log: Service implementation for SimpleXSDAny test Added: webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/SimpleXSDAny.cpp Added: webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/SimpleXSDAny.cpp URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/SimpleXSDAny.cpp?rev=386010&view=auto ============================================================================== --- webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/SimpleXSDAny.cpp (added) +++ webservices/axis/trunk/c/tests/auto_build/testcases/server/cpp/SimpleXSDAny.cpp Wed Mar 15 01:21:23 2006 @@ -0,0 +1,43 @@ +/* + * Copyright 2003-2006 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 definitions of the web service + */ + +#include "XSD_byte.hpp" + + +XSD_byte::XSD_byte() +{ +} + +XSD_byte::~XSD_byte() +{ +} + +/* This function is called by the AxisEngine when something went wrong + with the current web service request processing. Appropriate actions should + be taken here.*/ +void XSD_byte::onFault() +{ +} + +SimpleComplexType1* XSD_byte::asComplexType(SimpleComplexType1* Value0) +{ + return Value0; +} +