diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-20 16:48:21 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-20 16:48:21 +0000 |
commit | 03174883af0d1eff519fcd2eae8ea878e91b4000 (patch) | |
tree | 839563c39ad827b6567331db065707597020d978 /ace/Timer_Queue_T.cpp | |
parent | 7e75bc0a76649da0891d6fd4f39582cd3d35a0e0 (diff) | |
download | ATCD-03174883af0d1eff519fcd2eae8ea878e91b4000.tar.gz |
ChangeLogTag:Sat Sep 20 11:47:14 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Timer_Queue_T.cpp')
-rw-r--r-- | ace/Timer_Queue_T.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Queue_T.cpp b/ace/Timer_Queue_T.cpp index a3bf1455c58..6d66cf00675 100644 --- a/ace/Timer_Queue_T.cpp +++ b/ace/Timer_Queue_T.cpp @@ -307,7 +307,7 @@ ACE_Async_Timer_Queue_Adapter<TQ>::expire (void) return this->timer_queue_.expire (); } -template <class TQ> long +template <class TQ> int ACE_Async_Timer_Queue_Adapter<TQ>::schedule_ualarm (void) { ACE_Time_Value tv = this->timer_queue_.earliest_time () |