diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-11-18 00:40:19 +0100 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-11-18 00:40:19 +0100 |
| commit | 4f7990ff2a55874b9eb65e3c9cd47dacb9f76deb (patch) | |
| tree | 47ebc002512c74a06eb08c5b6739d24c7c4443ed /lib/service/iservice.h | |
| parent | 3aedbe22cf74b72ad0c3e2bc1869e914701e6574 (diff) | |
| download | enigma2-4f7990ff2a55874b9eb65e3c9cd47dacb9f76deb.tar.gz enigma2-4f7990ff2a55874b9eb65e3c9cd47dacb9f76deb.zip | |
rework decoder states
Diffstat (limited to 'lib/service/iservice.h')
| -rw-r--r-- | lib/service/iservice.h | 2 |
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; |
