From 8f8acc24933830d4f5784616b9b0c5896bde0b93 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 11 Jan 2003 19:17:13 +0000 Subject: rm prefixes for all elements in the otk namepsace --- otk/timerqueue.hh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'otk/timerqueue.hh') diff --git a/otk/timerqueue.hh b/otk/timerqueue.hh index f9237a67..5a531ebe 100644 --- a/otk/timerqueue.hh +++ b/otk/timerqueue.hh @@ -1,4 +1,4 @@ -// -*- mode: C++; indent-tabs-mode: nil; -*- +// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- #ifndef __timerqueue_hh #define __timerqueue_hh @@ -37,13 +37,12 @@ private: }; struct TimerLessThan { - bool operator()(const OBTimer* const l, const OBTimer* const r) const { + bool operator()(const Timer* const l, const Timer* const r) const { return *r < *l; } }; -typedef _timer_queue, TimerLessThan> TimerQueue; +typedef _timer_queue, TimerLessThan> TimerQueue; } -- cgit v1.2.3