only request the build date once
[deb_libcec.git] / src / lib / implementations / ANCommandHandler.h
index 0207a6321f67c435c9d627b66481b0ca320446ee..d9437d13a1e6529c364bf5f932e05bc32cfc44bd 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * This file is part of the libCEC(R) library.
  *
- * libCEC(R) is Copyright (C) 2011 Pulse-Eight Limited.  All rights reserved.
+ * libCEC(R) is Copyright (C) 2011-2012 Pulse-Eight Limited.  All rights reserved.
  * libCEC(R) is an original work, containing original code.
  *
  * libCEC(R) is a trademark of Pulse-Eight Limited.
@@ -42,10 +42,8 @@ namespace CEC
     virtual ~CANCommandHandler(void) {};
 
     virtual bool HandleCommand(const cec_command &command);
-
-    virtual cec_vendor_id GetVendorId(void) { return CEC_VENDOR_SAMSUNG; };
-
   protected:
     virtual bool HandleVendorRemoteButtonDown(const cec_command &command);
+    virtual bool PowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination);
   };
 };