From a12b585f8d80b0d7007905d9c0ede0b0d07b8302 Mon Sep 17 00:00:00 2001 From: schmidt Date: Mon, 13 Jan 1997 06:53:56 +0000 Subject: foo --- ace/Timer_List.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'ace/Timer_List.h') diff --git a/ace/Timer_List.h b/ace/Timer_List.h index 14b4c38b6e6..43c6b141f7b 100644 --- a/ace/Timer_List.h +++ b/ace/Timer_List.h @@ -109,18 +109,6 @@ public: // Returns 1 if cancellation succeeded and 0 if the // wasn't found. - virtual int expire (const ACE_Time_Value ¤t_time); - // Run the method for all Timers whose values are - // <= . This does not account for . Returns - // the number of s for which was - // called. - - virtual int expire (void); - // Run the method for all Timers whose values are - // <= . Also accounts for . - // Returns the number of s for which - // was called. - private: virtual void reschedule (ACE_Timer_Node *); // Reschedule an "interval" . -- cgit v1.2.1