cec: don't send power on, acitve source and standby commands by default in cec-client
[deb_libcec.git] / src / lib / implementations / ANCommandHandler.h
index d1729aa2fefd696c9d20f5fa391d8d2e3da775ed..23b9de930b9434984def115a0f920ccd12220b7b 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,7 +42,6 @@ namespace CEC
     virtual ~CANCommandHandler(void) {};
 
     virtual bool HandleCommand(const cec_command &command);
-
   protected:
     virtual bool HandleVendorRemoteButtonDown(const cec_command &command);
   };