Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

EConfSdp.h

Go to the documentation of this file.
00001 #ifndef EXPAT_SDP_H 00002 #define EXPAT_SDP_H 00003 00004 #include "EConfEol.h" 00005 #include "EConfBase.h" 00006 00025 struct EConfSdp : public EConfBase 00026 { 00027 EConfEol _eol; 00028 public: 00029 EConfSdp( ); 00030 virtual bool start_child_element( const char* name, const char** atts, XML_Parser p ); 00031 00032 virtual bool end_child_element( const char* name, XML_Parser p ); 00033 bool begin_parse( const char* name, const char** atts, XML_Parser p ); 00034 virtual void dump( int depth, ostream& ostr, bool complete ); 00035 00036 void specialize( const EConfSdp& o ); 00037 00038 private: 00039 EConfSdp( const EConfSdp& ); 00040 EConfSdp& operator=( const EConfSdp& ); 00041 }; 00042 00044 00045 #endif /* EXPAT_SDP_H */ 00046

Generated on Sun Mar 6 13:35:49 2005 for Komssys by doxygen 1.3.8