diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-10 00:02:31 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-10 00:02:31 +0000 |
commit | ad3c37e38c6c170c1f7cc3232db748ebdc62aa94 (patch) | |
tree | 4b59a16e8bbd2241a4b49c953c089a9180e4a43c /include/inspircd.h | |
parent | f5872557eb0eee0f71f16ad39d693024f4cf8b1f (diff) |
Relocate timer stuff into TimerManager class
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4827 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index f901200cd..7cd1d973d 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -116,6 +116,7 @@ class InspIRCd : public classbase chan_hash chanlist; std::vector<userrec*> local_users; DNS* Res; + TimerManager* Timers; void AddServerName(const std::string &servername); const char* FindServerNamePtr(const std::string &servername); |