better solution to add possibility to delete eSocketNotifiers,
[vuplus_dvbapp] / lib / driver / rcconsole.h
index 4af2a4c..85234d5 100644 (file)
@@ -9,7 +9,7 @@ class eRCConsoleDriver: public eRCDriver
        struct termios ot;
 protected:
        int handle;
-       eSocketNotifier *sn;
+       ePtr<eSocketNotifier> sn;
        void keyPressed(int);
 public:
        eRCConsoleDriver(const char *filename);