diff options
author | harrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-19 23:25:59 +0000 |
---|---|---|
committer | harrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-19 23:25:59 +0000 |
commit | f26c4ea3d1d25f6dad012cb75560eb5f51c9debb (patch) | |
tree | 2310a074fce53fac82638d603e29c645991e40b5 /ace/Timer_Queue.i | |
parent | d5864c600e5cc633f826d319110ccf6a3ba798a9 (diff) | |
download | ATCD-f26c4ea3d1d25f6dad012cb75560eb5f51c9debb.tar.gz |
Added Timer_Queue::gettimeofday.
Diffstat (limited to 'ace/Timer_Queue.i')
-rw-r--r-- | ace/Timer_Queue.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Queue.i b/ace/Timer_Queue.i index 480103b0062..d944a83edc4 100644 --- a/ace/Timer_Queue.i +++ b/ace/Timer_Queue.i @@ -19,7 +19,7 @@ ACE_INLINE int ACE_Timer_Queue::expire (void) { if (!this->is_empty ()) - return this->expire (ACE_OS::gettimeofday () + timer_skew_); + return this->expire (this->gettimeofday () + timer_skew_); else return 0; } |