aboutsummaryrefslogtreecommitdiff
path: root/lib/base/ebase.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-03-30 23:31:35 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-03-30 23:31:35 +0000
commit0c9e75c44d610465017a08874a5e2f585bc554aa (patch)
tree40d1ae87ee16edfe94679363f91cbd14d1e51c64 /lib/base/ebase.h
parent9b02ceae89a3b478549f6dbd89ba7aa174cb7b12 (diff)
downloadenigma2-0c9e75c44d610465017a08874a5e2f585bc554aa.tar.gz
enigma2-0c9e75c44d610465017a08874a5e2f585bc554aa.zip
add eMainloop::reset to reset the app_quit_now flag in mainloop (to restart mainloops)
Diffstat (limited to 'lib/base/ebase.h')
-rw-r--r--lib/base/ebase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base/ebase.h b/lib/base/ebase.h
index b819fc35..b464b44c 100644
--- a/lib/base/ebase.h
+++ b/lib/base/ebase.h
@@ -232,6 +232,7 @@ public:
/* our new shared polling interface. */
PyObject *poll(PyObject *dict, PyObject *timeout);
void interruptPoll();
+ void reset();
};
/**