renamed libPlatform -> platform. stuck everything from libCEC in the CEC namespace...
[deb_libcec.git] / src / lib / platform / threads.cpp
similarity index 99%
rename from src/lib/util/threads.cpp
rename to src/lib/platform/threads.cpp
index 58aff3630f61314d5f695b266e173de4832508bd..8933a21baf0881a06ea2ed5eb07768fbf28c7dfa 100644 (file)
@@ -33,6 +33,8 @@
 #include "threads.h"
 #include "timeutils.h"
 
+using namespace CEC;
+
 CMutex::CMutex(void)
 {
   pthread_mutex_init(&m_mutex, NULL);