HandleVendorRemoteButtonUp -> HandleUserControlRelease for all vendors
[deb_libcec.git] / src / lib / implementations / ANCommandHandler.h
index bc4b921cf83f7eb4f0e8adad7116997d4f009826..595170ac887101088f5627b9db9f8c2a300bfba3 100644 (file)
@@ -46,7 +46,7 @@ namespace CEC
     virtual ~CANCommandHandler(void) {};
 
     int HandleVendorRemoteButtonDown(const cec_command &command);
-    int HandleVendorRemoteButtonUp(const cec_command &command);
+    int HandleDeviceVendorCommandWithId(const cec_command &command);
 
   protected:
     bool PowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination);