summaryrefslogtreecommitdiff
path: root/timers.h
diff options
context:
space:
mode:
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& );