00001 /* soapObject.h 00002 Generated by gSOAP 2.3 rev 7 from fsoap.h 00003 Copyright (C) 2001-2003 Genivia inc. 00004 All Rights Reserved. 00005 */ 00006 00007 #ifndef soapService_H 00008 #define soapService_H 00009 #include "soapH.h" 00010 SOAP_BEGIN_NAMESPACE(soap) 00011 class Service : public soap 00012 { public: 00013 Service() { soap_init(this); }; 00014 ~Service() { soap_destroy(this); soap_end(this); soap_done(this); }; 00015 int serve() { return soap_serve(this); }; 00016 }; 00017 SOAP_END_NAMESPACE(soap) 00018 #endif