diff options
Diffstat (limited to 'smarttvfactory.h')
-rw-r--r-- | smarttvfactory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smarttvfactory.h b/smarttvfactory.h index c35d2f6..a225a65 100644 --- a/smarttvfactory.h +++ b/smarttvfactory.h @@ -97,6 +97,7 @@ class SmartTvServer : public cStatus { // status callbacks void Recording(const cDevice *Device, const char *Name, const char *FileName, bool On); void TimerChange(const cTimer *Timer, eTimerChange Change); + void OsdStatusMessage(const char *Message); pthread_t mThreadId; int mRequestCount; |