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 cd...@apache.org on 2005/07/28 13:59:28 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/server/cpp XSD_boolean.cpp XSD_byte.cpp XSD_date.cpp

cdinapala    2005/07/28 04:59:28

  Added:       c/tests/auto_build/testcases/server/cpp XSD_boolean.cpp
                        XSD_byte.cpp XSD_date.cpp
  Log:
  Add 3 server codes for new tests. (AXISCPP-766)
  
  Revision  Changes    Path
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_boolean.cpp
  
  Index: XSD_boolean.cpp
  ===================================================================
  /*
   * 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 definitions of the web service
   */
  
  #include "XSD_boolean.hpp"
  
  
  XSD_boolean::XSD_boolean()
  {
  }
  
  XSD_boolean::~XSD_boolean()
  {
  }
  
  /* 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_boolean::onFault()
  {
  }
  /* This function is called by the AxisEngine when this web service
   library is first loaded. So here we can initialize any global/static
   data structures of this web service or open database connections */
  void XSD_boolean::init()
  {
  }
  /* This function is called by the AxisEngine when this web service
   library is unloaded. So we can deallocate any global/static data structures
   and close database connections etc here. */
  void XSD_boolean::fini()
  {
  }
  xsd__boolean XSD_boolean::asNonNillableElement(xsd__boolean Value0)  
  {
  	return Value0;
  }
  xsd__boolean * XSD_boolean::asNillableElement(xsd__boolean * Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_boolean::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_boolean::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__boolean_Array XSD_boolean::asArray(xsd__boolean_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_boolean::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_byte.cpp
  
  Index: XSD_byte.cpp
  ===================================================================
  /*
   * 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 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()
  {
  }
  /* This function is called by the AxisEngine when this web service
   library is first loaded. So here we can initialize any global/static
   data structures of this web service or open database connections */
  void XSD_byte::init()
  {
  }
  /* This function is called by the AxisEngine when this web service
   library is unloaded. So we can deallocate any global/static data structures
   and close database connections etc here. */
  void XSD_byte::fini()
  {
  }
  xsd__byte XSD_byte::asNonNillableElement(xsd__byte Value0)  
  {
  	return Value0;
  }
  xsd__byte * XSD_byte::asNillableElement(xsd__byte * Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_byte::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_byte::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__byte_Array XSD_byte::asArray(xsd__byte_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_byte::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/server/cpp/XSD_date.cpp
  
  Index: XSD_date.cpp
  ===================================================================
  /*
   * 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 definitions of the web service
   */
  
  #include "XSD_date.hpp"
  
  
  XSD_date::XSD_date()
  {
  }
  
  XSD_date::~XSD_date()
  {
  }
  
  /* 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_date::onFault()
  {
  }
  /* This function is called by the AxisEngine when this web service
   library is first loaded. So here we can initialize any global/static
   data structures of this web service or open database connections */
  void XSD_date::init()
  {
  }
  /* This function is called by the AxisEngine when this web service
   library is unloaded. So we can deallocate any global/static data structures
   and close database connections etc here. */
  void XSD_date::fini()
  {
  }
  xsd__date XSD_date::asNonNillableElement(xsd__date Value0)  
  {
  	return Value0;
  }
  xsd__date * XSD_date::asNillableElement(xsd__date * Value0)  
  {
  	return Value0;
  }
  RequiredAttributeElement* XSD_date::asRequiredAttribute(RequiredAttributeElement* Value0)  
  {
  	return Value0;
  }
  OptionalAttributeElement* XSD_date::asOptionalAttribute(OptionalAttributeElement* Value0)  
  {
  	return Value0;
  }
  xsd__date_Array XSD_date::asArray(xsd__date_Array Value0)  
  {
  	return Value0;
  }
  SimpleComplexType* XSD_date::asComplexType(SimpleComplexType* Value0)  
  {
  	return Value0;
  }