X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ftimer.h;h=ef8b82e31f64d728d662c35769af20842e162a9a;hb=de97b98a41109a517a8e677bf9b48400038f702d;hp=46ad5f439ccf3591466b6bfa9326bf6976801ded;hpb=d1f78ff1605f22ae2d0ead990b37424a3897e0bc;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/timer.h b/include/timer.h index 46ad5f439..ef8b82e31 100644 --- a/include/timer.h +++ b/include/timer.h @@ -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 +