|
MythTV
0.26-pre
|
00001 #ifndef MYTHHDD_H 00002 #define MYTHHDD_H 00003 00004 #include "mythmedia.h" 00005 00006 class MBASE_PUBLIC MythHDD : public MythMediaDevice 00007 { 00008 public: 00009 MythHDD(QObject* par, const char* DevicePath, 00010 bool SuperMount, bool AllowEject); 00011 00012 virtual MythMediaStatus checkMedia(void); 00013 virtual MythMediaError eject(bool); 00014 00015 static MythHDD* Get(QObject* par, const char* devicePath, 00016 bool SuperMount, bool AllowEject); 00017 }; 00018 00019 #endif
1.7.6.1