probably ugly hack to help with some
[deb_libcec.git] / src / lib / implementations / ANCommandHandler.h
index ab0184a5b85968cba7d06b2ce0a6343017566fc1..73d3caef9779df589c241f826d448a59073ba6fa 100644 (file)
@@ -46,8 +46,8 @@ namespace CEC
     virtual ~CANCommandHandler(void) {};
 
     int HandleVendorRemoteButtonDown(const cec_command &command);
-    int HandleVendorRemoteButtonUp(const cec_command &command);
     int HandleDeviceVendorCommandWithId(const cec_command &command);
+    int HandleSetMenuLanguage(const cec_command &command);
 
   protected:
     bool PowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination);