prevent people from using timers except as pointers

This commit is contained in:
Dana Jansens 2003-02-17 20:02:43 +00:00
parent 3240c1d94e
commit 3de18ef7f0

View file

@ -73,6 +73,9 @@ private:
*/
static void timevalAdd(timeval &a, long msec);
// prevent people from using timers except as pointers
~Timer() {}
public:
//! Constructs a new running timer and queues it
/*!