cec: renamed CCommunication -> CAdapterCommunication
[deb_libcec.git] / src / lib / CECParser.cpp
index 5f242869be3c3f5213f66bdadaec5f821871de6f..a86da1a58f3411c7e23193ddb852cd971209e48e 100644 (file)
@@ -42,7 +42,7 @@
 #include "util/threads.h"
 #include "util/timeutils.h"
 #include "CECDetect.h"
-#include "Communication.h"
+#include "AdapterCommunication.h"
 
 using namespace CEC;
 using namespace std;
@@ -60,7 +60,7 @@ CCECParser::CCECParser(const char *strDeviceName, cec_logical_address iLogicalAd
     m_iLogicalAddress(iLogicalAddress),
     m_strDeviceName(strDeviceName)
 {
-  m_communication = new CCommunication(this);
+  m_communication = new CAdapterCommunication(this);
 }
 
 CCECParser::~CCECParser(void)