diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-16 04:58:21 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-16 04:58:21 +0000 |
commit | 59f34ab3a190e5fa81a86f880253859bae814c96 (patch) | |
tree | fdac77881fad91305ba9edcdbd54b2ee0aeb5cfb /ace/Timer_Wheel_T.cpp | |
parent | 4af92b5c748b97a35cab4fadd58b8aa6b6d679dc (diff) | |
download | ATCD-59f34ab3a190e5fa81a86f880253859bae814c96.tar.gz |
See ChangeLog:Fri May 15 22:55:51 1998 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/Timer_Wheel_T.cpp')
-rw-r--r-- | ace/Timer_Wheel_T.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Timer_Wheel_T.cpp b/ace/Timer_Wheel_T.cpp index 2f3a701680b..ac80adb65c0 100644 --- a/ace/Timer_Wheel_T.cpp +++ b/ace/Timer_Wheel_T.cpp @@ -19,6 +19,10 @@ ACE_Timer_Wheel_Iterator_T<TYPE, FUNCTOR, ACE_LOCK>::ACE_Timer_Wheel_Iterator_T // Nothing } +template <class TYPE, class FUNCTOR, class ACE_LOCK> +ACE_Timer_Wheel_Iterator_T<TYPE, FUNCTOR, ACE_LOCK>::~ACE_Timer_Wheel_Iterator_T (void) +{ +} // Positions the iterator at the first node in the timing wheel |