cec: split up CEC processing and the public interface. removed obsolete methods from...
[deb_libcec.git] / src / lib / AdapterDetection.h
similarity index 91%
rename from src/lib/CECDetect.h
rename to src/lib/AdapterDetection.h
index b3cb7e052f92e5803d367a8bee9b84ba920f6bef..d775bbc88984a50417d6e38b3e0a3f3deb1e467d 100644 (file)
@@ -35,9 +35,9 @@
 
 namespace CEC
 {
-  class CCECDetect
+  class CAdapterDetection
   {
   public:
-    static int FindDevices(std::vector<cec_device> &deviceList, const char *strDevicePath = NULL);
+    static int FindAdapters(std::vector<cec_adapter> &deviceList, const char *strDevicePath = NULL);
   };
 };