Release 2.2.0
[deb_libcec.git] / src / lib / implementations / ANCommandHandler.h
index bc4b921cf83f7eb4f0e8adad7116997d4f009826..73d3caef9779df589c241f826d448a59073ba6fa 100644 (file)
@@ -46,7 +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);