TestSOAP.h

Go to the documentation of this file.
00001 // TestSOAP.h: interface for the test SOAP class.
00002 //
00004 
00005 #if !defined(__TestSOAP__)
00006 #define __TestSOAP__
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #if !defined(SOAPOBJECT_H)
00013     #include "SOAPObject.h"
00014 #endif // !defined(SOAPOBJECT_H)
00015 
00016 #include <memory>
00017 
00018 class TestSOAP : public SOAPObject  
00019 {
00020 public:
00021     TestSOAP();
00022         virtual ~TestSOAP();
00023     
00024 private:
00025     struct MyData;
00026     std::auto_ptr<MyData> m_pData;
00027 };
00028 
00029 #endif // __TestSOAP__

Generated on Tue Mar 28 09:10:15 2006 for Simple SOAP by  doxygen 1.4.6