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

EConfRtsp.h

Go to the documentation of this file.
00001 #ifndef EXPAT_RTSP_H 00002 #define EXPAT_RTSP_H 00003 00004 #include "EConfEol.h" 00005 #include "EConfBool.h" 00006 #include "EConfInt.h" 00007 #include "EConfBase.h" 00008 #include "EConfRtspProxy.h" 00009 00073 struct EConfRtsp : public EConfBase 00074 { 00075 EConfEol _eol; // default CRLF 00076 EConfBool _destination; 00077 EConfBool _use_proxy; 00078 EConfInt _default_server_port; // default is 554 00079 EConfRtspProxy _proxy; 00080 public: 00081 EConfRtsp( ); 00082 00083 virtual bool start_child_element( const char* name, const char** atts, XML_Parser p ); 00084 00085 virtual bool end_child_element( const char* name, XML_Parser p ); 00086 bool begin_parse( const char* name, const char** atts, XML_Parser p ); 00087 virtual void dump( int depth, ostream& ostr, bool complete ); 00088 00089 void specialize( const EConfRtsp& o ); 00090 00091 private: 00092 EConfRtsp( const EConfRtsp& ); 00093 EConfRtsp& operator=( const EConfRtsp& ); 00094 }; 00095 00097 00098 #endif /* EXPAT_RTSP_H */ 00099

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