blob: a4fdcfd4595d27ec9320145216da8b2404b9da5e [file] [log] [blame]
/*
*This file is automatically generated by the Axis C++ Wrapper Class Generator
*Web service wrapper class's implementation generated by Axis WCG
*Parameters and wrapper methos to manipulate DivByZeroStruct
*/
#if !defined(__DIVBYZEROSTRUCT_PARAM_H__INCLUDED_)
#define __DIVBYZEROSTRUCT_PARAM_H__INCLUDED_
#include <axis/server/AxisUserAPI.h>
/*Local name and the URI for the type*/
static const char* Axis_URI_DivByZeroStruct = "http://localhost/axis/MathOps/types";
static const char* Axis_TypeName_DivByZeroStruct = "DivByZeroStruct";
class DivByZeroStruct
{
public:
xsd__string varString;
int varInt;
float varFloat;
DivByZeroStruct();
virtual ~DivByZeroStruct();
};
#endif /* !defined(__DIVBYZEROSTRUCT_PARAM_H__INCLUDED_)*/