TranscodingSetup : fix misspelling name.
[vuplus_dvbapp] / lib / driver / rcconsole.h
index 0c1dd63..8a24612 100644 (file)
@@ -9,7 +9,8 @@ class eRCConsoleDriver: public eRCDriver
        struct termios ot;
 protected:
        int handle;
-       eSocketNotifier *sn;
+       ePtr<eSocketNotifier> sn;
+       bool m_escape;
        void keyPressed(int);
 public:
        eRCConsoleDriver(const char *filename);
@@ -35,7 +36,7 @@ public:
 class eRCConsole: public eRCDevice
 {
 public:
-       void handleCode(int code);
+       void handleCode(long code);
        eRCConsole(eRCDriver *driver);
        const char *getDescription() const;
        const char *getKeyDescription(const eRCKey &key) const;