prevent people from using timers except as pointers
This commit is contained in:
parent
3240c1d94e
commit
3de18ef7f0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
/*!
|
||||
|
|
Loading…
Reference in a new issue