aboutsummaryrefslogtreecommitdiff
path: root/lib/service/iservice.h
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2008-11-18 00:40:19 +0100
committerFelix Domke <tmbinc@elitedvb.net>2008-11-18 00:40:19 +0100
commit4f7990ff2a55874b9eb65e3c9cd47dacb9f76deb (patch)
tree47ebc002512c74a06eb08c5b6739d24c7c4443ed /lib/service/iservice.h
parent3aedbe22cf74b72ad0c3e2bc1869e914701e6574 (diff)
downloadenigma2-4f7990ff2a55874b9eb65e3c9cd47dacb9f76deb.tar.gz
enigma2-4f7990ff2a55874b9eb65e3c9cd47dacb9f76deb.zip
rework decoder states
Diffstat (limited to 'lib/service/iservice.h')
-rw-r--r--lib/service/iservice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/service/iservice.h b/lib/service/iservice.h
index 02fc4508..e27752a2 100644
--- a/lib/service/iservice.h
+++ b/lib/service/iservice.h
@@ -392,6 +392,8 @@ class iPauseableService: public iObject
~iPausableService();
#endif
public:
+
+ /* this will set the *state* directly. So just call a SINGLE function of those at a time. */
virtual RESULT pause()=0;
virtual RESULT unpause()=0;