X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FAdapterDetection.h;fp=src%2Flib%2FCECDetect.h;h=d775bbc88984a50417d6e38b3e0a3f3deb1e467d;hb=2abe74ebbd27d8c30060b3eebb363e10d3fbfd80;hp=b3cb7e052f92e5803d367a8bee9b84ba920f6bef;hpb=828682d35c298ff062422521689258c363ea3579;p=deb_libcec.git diff --git a/src/lib/CECDetect.h b/src/lib/AdapterDetection.h similarity index 91% rename from src/lib/CECDetect.h rename to src/lib/AdapterDetection.h index b3cb7e0..d775bbc 100644 --- a/src/lib/CECDetect.h +++ b/src/lib/AdapterDetection.h @@ -35,9 +35,9 @@ namespace CEC { - class CCECDetect + class CAdapterDetection { public: - static int FindDevices(std::vector &deviceList, const char *strDevicePath = NULL); + static int FindAdapters(std::vector &deviceList, const char *strDevicePath = NULL); }; };