cec: fixed - copy the class member values of the old handler when creating a new...
[deb_libcec.git] / src / lib / implementations / RLCommandHandler.h
index 944a6492e4c1bda8e1ea256c7601cc49264ea17b..ec9edd92b8553f3598113a86a10d5e1ac1295e44 100644 (file)
@@ -39,9 +39,13 @@ namespace CEC
   class CRLCommandHandler : public CCECCommandHandler
   {
   public:
-    CRLCommandHandler(CCECBusDevice *busDevice);
+    CRLCommandHandler(CCECBusDevice *busDevice,
+                      int32_t iTransmitTimeout = CEC_DEFAULT_TRANSMIT_TIMEOUT,
+                      int32_t iTransmitWait = CEC_DEFAULT_TRANSMIT_WAIT,
+                      int8_t iTransmitRetries = CEC_DEFAULT_TRANSMIT_RETRIES,
+                      int64_t iActiveSourcePending = 0);
     virtual ~CRLCommandHandler(void) {};
 
-    virtual bool InitHandler(void);
+    bool InitHandler(void);
   };
 };