00001 #ifndef MYTHHDD_H 00002 #define MYTHHDD_H 00003 00004 #include "mythmedia.h" 00005 00006 class MPUBLIC MythHDD : public MythMediaDevice 00007 { 00008 public: 00009 MythHDD(QObject* par, const char* DevicePath, 00010 bool SuperMount, bool AllowEject); 00011 00012 virtual MediaStatus checkMedia(void); 00013 00014 static MythHDD* Get(QObject* par, const char* devicePath, 00015 bool SuperMount, bool AllowEject); 00016 }; 00017 00018 #endif
1.5.5