SOAPObject.cpp

Go to the documentation of this file.
00001 
00010 // SOAPObject.cpp: implementation of the SOAPObject class.
00011 //
00013 #pragma warning( disable: 4786 )
00014 #include "SOAPObject.h"
00015 
00017 // Construction/Destruction
00019 
00020 SOAPObject::SOAPObject()
00021 {
00022 
00023 }
00024 
00025 SOAPObject::~SOAPObject()
00026 {
00027 
00028 }
00029 
00030 SOAPObject::MethodList& SOAPObject::getMethodList()
00031 {
00032     return m_methodList;
00033 }
00034 
00035 
00036 void SOAPObject::insertMethod( SOAPMethod* pMethod )
00037 {
00038     m_methodList.push_back( pMethod );
00039 }
00040 

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