summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_T.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-07 01:36:10 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-07 01:36:10 +0000
commit69d79ff8b07fe658379bc18c98d8d4e34ed0ded4 (patch)
tree6acd1f92911b3db8e1af16e1d90feab8264ca378 /ace/Timer_Queue_T.h
parent28ab1b9ed083733480585324d0cec341907ccb37 (diff)
downloadATCD-69d79ff8b07fe658379bc18c98d8d4e34ed0ded4.tar.gz
ChangeLogTag:Sun Jun 6 20:34:40 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ace/Timer_Queue_T.h')
-rw-r--r--ace/Timer_Queue_T.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Timer_Queue_T.h b/ace/Timer_Queue_T.h
index 2f60778cc3f..9c619b6ac9f 100644
--- a/ace/Timer_Queue_T.h
+++ b/ace/Timer_Queue_T.h
@@ -229,12 +229,12 @@ public:
// This does not account for <timer_skew>. Returns the number of
// timers canceled.
- virtual int expire (void);
+ /* virtual */ int expire (void);
// Run the <functor> for all timers whose values are <=
// <ACE_OS::gettimeofday>. Also accounts for <timer_skew>. Returns
// the number of timers canceled.
- virtual ACE_Time_Value gettimeofday (void);
+ /* virtual */ ACE_Time_Value gettimeofday (void);
// Returns the current time of day. This allows different
// implementations of the timer queue to use special high resolution
// timers.
@@ -281,7 +281,7 @@ public:
// after it is returned by a method like remove_first ()
protected:
- virtual void upcall (TYPE &type,
+ /* virtual */ void upcall (TYPE &type,
const void *act,
const ACE_Time_Value &cur_time);
// This method will call the <functor> with the <type>, <act> and