1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 10:06:37 +02:00

Moved alot of stuff to constructors and destructors, instead of having functions everywhere to create and destroy objects

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2639 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2009-11-11 06:03:25 +00:00
parent 86e43f1f14
commit b9190ebc16
19 changed files with 599 additions and 651 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
*
*/
#include "timers.h"
#include "services.h"
std::vector<Timer *> TimerManager::Timers;