diff options
author | Steve Huston <shuston@riverace.com> | 2004-05-17 21:46:15 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2004-05-17 21:46:15 +0000 |
commit | 0f846f1dc481a62205c14545e8c5900510ed80f4 (patch) | |
tree | 464db1b71c59eb4c8690762063cb43a9e462e013 /ace/Timer_Queue_T.cpp | |
parent | d78fca8327d7ad623c8e7a734f96ab026a8dc057 (diff) | |
download | ATCD-0f846f1dc481a62205c14545e8c5900510ed80f4.tar.gz |
ChangeLogTag:Mon May 17 17:35:24 2004 Steve Huston <shuston@riverace.com>
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 308f33ebecc..743b942540e 100644 --- a/ace/Timer_Queue_T.cpp +++ b/ace/Timer_Queue_T.cpp @@ -225,7 +225,7 @@ ACE_Timer_Queue_T<TYPE, FUNCTOR, ACE_LOCK>::schedule (const TYPE &type, ACE_MT (ACE_GUARD_RETURN (ACE_LOCK, ace_mon, this->mutex_, -1)); // Schedule the timer. - int result = + long result = this->schedule_i (type, act, future_time, |