SOAPSender.h

Go to the documentation of this file.
00001 // SOAPonProtocol.h: interface for the SOAPonProtocol class.
00002 //
00004 /*
00005 #if !defined(SOAPonProtocol_H)
00006     #include "SOAPonProtocol.h"    
00007 #endif // !defined(SOAPonProtocol_H)
00008 */
00009 
00010 #if !defined(SOAPonProtocol_H)
00011 #define SOAPonProtocol_H
00012 
00013 //#ifndef _STRING_
00014     #include <string>
00015 //#endif // _STRING_
00016 
00017 #if _MSC_VER > 1000
00018 #pragma once
00019 #endif // _MSC_VER > 1000
00020 
00021 class SOAPonProtocol  
00022 {
00023 public:
00024         SOAPonProtocol();
00025         virtual ~SOAPonProtocol();
00026     std::string createSendString( const& std::string szSOAPMessage, const& std::string szObjectName ) = 0;
00027 };
00028 
00029 #endif // !defined(SOAPonProtocol_H)

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