CDUtils: Namespace code under the Common namespace

This commit is contained in:
Lioncash
2018-05-27 18:21:59 -04:00
parent 5fdf171967
commit 1f75fa0aff
7 changed files with 11 additions and 5 deletions

View File

@ -34,6 +34,8 @@
#include <linux/cdrom.h>
#endif
namespace Common
{
#ifdef _WIN32
// takes a root drive path, returns true if it is a cdrom drive
bool is_cdrom(const TCHAR* drive)
@ -219,3 +221,4 @@ bool cdio_is_cdrom(std::string device)
}
return false;
}
} // namespace Common