///////////////////////////////////////////////////////////////////////////////////
//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 ArrayOf_xsd_double
////////////////////////////////////////////////////////////////////////////////////

#if !defined(__ARRAYOF_XSD_DOUBLE_ARRAY_H__INCLUDED_)
#define __ARRAYOF_XSD_DOUBLE_ARRAY_H__INCLUDED_

#include <axis/common/AxisUserAPI.h>

typedef struct ArrayOf_xsd_doubleTag
{
	double* m_Array;
	int m_Size;
} ArrayOf_xsd_double;

#endif // !defined(__ARRAYOF_XSD_DOUBLE_ARRAY_H__INCLUDED_)
