]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/timer.h
Remove an utterly insane comment .. based on changed by based on originally by change...
[user/henk/code/inspircd.git] / include / timer.h
index 46ad5f439ccf3591466b6bfa9326bf6976801ded..ef8b82e31f64d728d662c35769af20842e162a9a 100644 (file)
@@ -26,7 +26,7 @@ class InspIRCd;
  * your object (which you should override) will be called
  * at the given time.
  */
-class InspTimer : public Extensible
+class CoreExport InspTimer : public Extensible
 {
  private:
        /** The triggering time
@@ -104,7 +104,7 @@ class InspTimer : 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 TimerManager : public Extensible
+class CoreExport TimerManager : public Extensible
 {
  protected:
        /** A group of timers all set to trigger at the same time
@@ -153,3 +153,4 @@ class TimerManager : public Extensible
 };
 
 #endif
+