rework decoder states
[enigma2.git] / lib / service / iservice.h
index 02fc4508527dd91c243ecae40ffed1372b1dac8b..e27752a2395ebeb349e56c483425040edd5fbf4c 100644 (file)
@@ -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;