Merge branch 'bug_538_ignore_global_actions_in_standby'
[enigma2.git] / lib / driver / rcinput.h
index 2e288baaa20cbd9f42921138bfeb7f909b173224..3b4579c56ba611938fffda2b1fc05e07ad374533 100644 (file)
@@ -7,9 +7,10 @@ class eRCDeviceInputDev: public eRCDevice
 {
        int iskeyboard;
 public:
-       void handleCode(int code);
+       void handleCode(long code);
        eRCDeviceInputDev(eRCInputEventDriver *driver);
        const char *getDescription() const;
+       void setExclusive(bool);
 };
 
 #endif