better solution to add possibility to delete eSocketNotifiers,
[vuplus_dvbapp] / lib / driver / rcinput.h
index c13eafb..c7f5697 100644 (file)
@@ -5,13 +5,11 @@
 
 class eRCDeviceInputDev: public eRCDevice
 {
+       int iskeyboard;
 public:
-       void handleCode(int code);
+       void handleCode(long code);
        eRCDeviceInputDev(eRCInputEventDriver *driver);
        const char *getDescription() const;
-
-       const char *getKeyDescription(const eRCKey &key) const;
-       int getKeyCompatibleCode(const eRCKey &key) const;
 };
 
 #endif