diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-14 06:30:06 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-14 06:30:06 +0000 |
commit | 6c2d206d92e1a65206097b8b1ceb5ee2b26c614e (patch) | |
tree | 33bd534b39f1e5bf30c4f56bf7f08e17dd5329ad /ace/Timer_Queue.i | |
parent | 150dd3b206f682eab457909da327025f08e46e3a (diff) | |
download | ATCD-6c2d206d92e1a65206097b8b1ceb5ee2b26c614e.tar.gz |
foo
Diffstat (limited to 'ace/Timer_Queue.i')
-rw-r--r-- | ace/Timer_Queue.i | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ace/Timer_Queue.i b/ace/Timer_Queue.i index 7d344138d23..480103b0062 100644 --- a/ace/Timer_Queue.i +++ b/ace/Timer_Queue.i @@ -9,18 +9,6 @@ ACE_Timer_Queue::timer_skew (const ACE_Time_Value &skew) timer_skew_ = skew; } -ACE_INLINE int -ACE_Timer_Queue::timer_id (void) -{ - this->timer_id_++; - - // Make sure this never == -1 - if (this->timer_id_ == -1) - this->timer_id_ = 0; - - return this->timer_id_; -} - ACE_INLINE const ACE_Time_Value & ACE_Timer_Queue::timer_skew (void) const { |