add eMainloop::reset to reset the app_quit_now flag in mainloop (to restart mainloops)
[enigma2.git] / lib / base / ebase.h
index b819fc355b70baf6d7507e410dfe93ea39ce931e..b464b44cdf3f3eff90f885771f10be7dcf7f56db 100644 (file)
@@ -232,6 +232,7 @@ public:
                /* our new shared polling interface. */
        PyObject *poll(PyObject *dict, PyObject *timeout);
        void interruptPoll();
+       void reset();
 };
 
 /**