diff options
Diffstat (limited to 'ACE/ace/Timer_Queue_T.h')
-rw-r--r-- | ACE/ace/Timer_Queue_T.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/ace/Timer_Queue_T.h b/ACE/ace/Timer_Queue_T.h index 6537488fb43..d2f15add2b9 100644 --- a/ACE/ace/Timer_Queue_T.h +++ b/ACE/ace/Timer_Queue_T.h @@ -73,6 +73,9 @@ class ACE_Timer_Queue_T : public ACE_Timer_Queue_Upcall_Base<TYPE,FUNCTOR> { public: + /// Type of time policy + typedef TIME_POLICY time_policy_t; + // = Initialization and termination methods. /** * Default constructor. @a upcall_functor is the instance of the |