From ace8c8896aa13a6fc4e489277cf9c96f49175322 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 3 Nov 2002 11:46:05 +0000 Subject: WE DONT USE BASE DISPLAY FOR ANYTHING ANY MORE!!@^!*@*!! YAY --- src/timer.hh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/timer.hh') diff --git a/src/timer.hh b/src/timer.hh index b022b0c4..121dfbc9 100644 --- a/src/timer.hh +++ b/src/timer.hh @@ -15,6 +15,12 @@ extern "C" { #endif // TIME_WITH_SYS_TIME } +#include +#include +#include + +namespace ob { + // forward declaration class TimerQueueManager; @@ -64,9 +70,6 @@ public: }; -#include -#include - template class _timer_queue: protected std::priority_queue<_Tp, _Sequence, _Compare> { public: @@ -97,7 +100,6 @@ struct TimerLessThan { } }; -#include typedef _timer_queue, TimerLessThan> TimerQueue; class TimerQueueManager { @@ -106,4 +108,6 @@ public: virtual void removeTimer(BTimer* timer) = 0; }; +} + #endif // _BLACKBOX_Timer_hh -- cgit v1.2.3