From 735df57886b042ff3edc65a01b808476f7e20401 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Mon, 11 Jun 2007 23:14:27 +0000 Subject: - Additional fixes for better styleability. Set class 'bottomrow' on table cells which are followed by a spacer line. --- timers.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'timers.h') 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& ); -- cgit v1.2.3