From 2f936c22b443086d6d621ab37dd9523d8f153f1d Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Thu, 18 Jan 2007 18:29:30 +0000 Subject: - added status monitor to reload timers when a recording starts or stops --- status.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 status.h (limited to 'status.h') diff --git a/status.h b/status.h new file mode 100644 index 0000000..6f1b3ce --- /dev/null +++ b/status.h @@ -0,0 +1,23 @@ +#ifndef VDR_LIVE_STATUS_H +#define VDR_LIVE_STATUS_H + +#include + +namespace vdrlive { + +class StatusMonitor: public cStatus +{ + friend StatusMonitor& LiveStatusMonitor(); + +private: + StatusMonitor(); + StatusMonitor( StatusMonitor const& ); + + virtual void Recording( cDevice const* Device, char const* Name, char const* FileName, bool On ); +}; + +StatusMonitor& LiveStatusMonitor(); + +} // namespace vdrlive + +#endif // VDR_LIVE_STATUS_H -- cgit v1.2.3