cec: added power on command for Samsung AVR devices. bugzid: 361
[deb_libcec.git] / src / lib / implementations / ANCommandHandler.h
index 23b9de930b9434984def115a0f920ccd12220b7b..d9437d13a1e6529c364bf5f932e05bc32cfc44bd 100644 (file)
@@ -44,5 +44,6 @@ namespace CEC
     virtual bool HandleCommand(const cec_command &command);
   protected:
     virtual bool HandleVendorRemoteButtonDown(const cec_command &command);
+    virtual bool PowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination);
   };
 };