From 0f846f1dc481a62205c14545e8c5900510ed80f4 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Mon, 17 May 2004 21:46:15 +0000 Subject: ChangeLogTag:Mon May 17 17:35:24 2004 Steve Huston --- ace/Timer_Queue_T.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ace/Timer_Queue_T.cpp') 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::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, -- cgit v1.2.1