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

EConfMedia.h

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

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