aboutsummaryrefslogtreecommitdiff
path: root/lib/nav/core.h
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2004-05-23 20:52:00 +0000
committerFelix Domke <tmbinc@elitedvb.net>2004-05-23 20:52:00 +0000
commit02da1f586ef7945fef385e6d4743ef53441bc2fa (patch)
tree2786f3cf5d5d5a76f71dfcd3f5287435a36b9632 /lib/nav/core.h
parentf7bcb76bda4da5d8a830181b4a8335d3de67f333 (diff)
downloadenigma2-02da1f586ef7945fef385e6d4743ef53441bc2fa.tar.gz
enigma2-02da1f586ef7945fef385e6d4743ef53441bc2fa.zip
- eConnections holds reference to object
- use eAutoInitPtr instead of eAutoInitP for iObject-based stuff - fix some ref initialization - added service stop
Diffstat (limited to 'lib/nav/core.h')
-rw-r--r--lib/nav/core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/nav/core.h b/lib/nav/core.h
index 056c150b..99cf75ae 100644
--- a/lib/nav/core.h
+++ b/lib/nav/core.h
@@ -19,7 +19,8 @@ private:
public:
enum
{
- evNewService,
+ evStopService, /** the "current" service was just stopped and likes to be deallocated (clear refs!) */
+ evNewService, /** a new "current" service was just started */
evPlayFailed,
evPlaylistDone
};