summaryrefslogtreecommitdiff
path: root/timers.h
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-06-11 23:14:27 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-06-11 23:14:27 +0000
commit735df57886b042ff3edc65a01b808476f7e20401 (patch)
tree4412a3acb001dda4264d260f95141e0a52b9ea5a /timers.h
parent0a6f5eebc80a0301119ae16e79ba08814e748f77 (diff)
downloadvdr-plugin-live-735df57886b042ff3edc65a01b808476f7e20401.tar.gz
vdr-plugin-live-735df57886b042ff3edc65a01b808476f7e20401.tar.bz2
- Additional fixes for better styleability. Set class 'bottomrow' on
table cells which are followed by a spacer line.
Diffstat (limited to 'timers.h')
-rw-r--r--timers.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/timers.h b/timers.h
index 48c3ee9..c4bf7f3 100644
--- a/timers.h
+++ b/timers.h
@@ -20,13 +20,15 @@ public:
cTimer* GetByTimerId( std::string const& timerid );
bool Modified() { return Timers.Modified( m_state ); }
-
+
+ static std::string GetTimerDays(cTimer const& timer);
+
private:
SortedTimers();
SortedTimers( SortedTimers const& );
int m_state;
-
+
void ReloadTimers( bool initial = false );
};
@@ -52,7 +54,7 @@ private:
typedef std::pair< TimerPair, std::string > ErrorPair;
typedef std::list< TimerPair > TimerList;
typedef std::list< ErrorPair > ErrorList;
-
+
TimerManager();
TimerManager( TimerManager const& );