MythTV
master
|
#include <cerrno>
#include <sys/fcntl.h>
#include <unistd.h>
#include <IOKit/storage/IOCDMediaBSDClient.h>
#include <IOKit/storage/IODVDMediaBSDClient.h>
#include "mythcdrom.h"
#include "mythcdrom-darwin.h"
#include "mythlogging.h"
Go to the source code of this file.
Classes | |
class | MythCDROMDarwin |
Macros | |
#define | LOC QString("MythCDROMDarwin:") |
Functions | |
MythCDROM * | GetMythCDROMDarwin (QObject *par, const QString &devicePath, bool SuperMount, bool AllowEject) |
#define LOC QString("MythCDROMDarwin:") |
Definition at line 12 of file mythcdrom-darwin.cpp.
MythCDROM* GetMythCDROMDarwin | ( | QObject * | par, |
const QString & | devicePath, | ||
bool | SuperMount, | ||
bool | AllowEject | ||
) |
Definition at line 24 of file mythcdrom-darwin.cpp.
Referenced by MythCDROM::get().