diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-24 16:51:03 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-24 16:51:03 +0000 |
commit | 3a1fa71c1fb7636f8be0bd974d2dda73457eefe9 (patch) | |
tree | 00c944e2ad44b4330a2b44003e3ce7dbfe6b910d /ace/Timer_Heap_T.cpp | |
parent | 18b83734dab7828d3c839a4230ddb064d0008181 (diff) | |
download | ATCD-3a1fa71c1fb7636f8be0bd974d2dda73457eefe9.tar.gz |
Forgot to credit all the people
Diffstat (limited to 'ace/Timer_Heap_T.cpp')
-rw-r--r-- | ace/Timer_Heap_T.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ace/Timer_Heap_T.cpp b/ace/Timer_Heap_T.cpp index c2087075f4f..1c95e96bfc0 100644 --- a/ace/Timer_Heap_T.cpp +++ b/ace/Timer_Heap_T.cpp @@ -448,7 +448,6 @@ ACE_Timer_Heap_T<TYPE, FUNCTOR, LOCK>::reschedule (ACE_Timer_Node_T<TYPE> *expir { ACE_TRACE ("ACE_Timer_Heap::reschedule"); - // From James Crawford <jamesc@in.ot.com.au> // If we are rescheduling then we have freed our timer id so we need // to reacquire it. // NOTE: we rely on the fact that we will get the same timer id we just |