]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/timer.h
Change Extensible to use strongly typed entries
[user/henk/code/inspircd.git] / include / timer.h
index 519648a2441d3dda1522a9c30c72f0c1bc7be473..9c46b4f819674e92a78fb41e0d018fb77e0e2623 100644 (file)
@@ -3,7 +3,7 @@
  *       +------------------------------------+
  *
  *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -26,7 +26,7 @@
  * your object (which you should override) will be called
  * at the given time.
  */
-class CoreExport Timer : public Extensible
+class CoreExport Timer
 {
  private:
        /** The triggering time
@@ -111,7 +111,7 @@ class CoreExport Timer : public Extensible
  * This will ensure timers are not missed, as well as removing timers that have
  * expired and allowing the addition of new ones.
  */
-class CoreExport TimerManager : public Extensible
+class CoreExport TimerManager
 {
  protected:
        /** A list of all pending timers
@@ -125,6 +125,7 @@ class CoreExport TimerManager : public Extensible
        /** Constructor
         */
        TimerManager(InspIRCd* Instance);
+       ~TimerManager();
 
        /** Tick all pending Timers
         * @param TIME the current system time