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.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/timer.cc') diff --git a/src/timer.cc b/src/timer.cc index c785b345..76fb022d 100644 --- a/src/timer.cc +++ b/src/timer.cc @@ -4,10 +4,11 @@ # include "../config.h" #endif // HAVE_CONFIG_H -#include "basedisplay.hh" #include "timer.hh" #include "util.hh" +namespace ob { + BTimer::BTimer(TimerQueueManager *m, TimeoutHandler *h) { manager = m; handler = h; @@ -88,3 +89,5 @@ bool BTimer::shouldFire(const timeval &tm) const { return ! ((tm.tv_sec < end.tv_sec) || (tm.tv_sec == end.tv_sec && tm.tv_usec < end.tv_usec)); } + +} -- cgit v1.2.3