diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-03 22:59:53 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-03 22:59:53 +0000 |
commit | db6798c9dc6c592905ecce6cdbfb532d2d96dfa5 (patch) | |
tree | b6ecc08deaab368e1930d9e3db18074992552c24 | |
parent | 811d4bab8d6a0bc3bfc141ef0c41551d10324830 (diff) | |
download | ATCD-db6798c9dc6c592905ecce6cdbfb532d2d96dfa5.tar.gz |
*** empty log message ***
-rw-r--r-- | ace/Timer_Queue_T.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Timer_Queue_T.cpp b/ace/Timer_Queue_T.cpp index f02ab7e5005..41f8f444227 100644 --- a/ace/Timer_Queue_T.cpp +++ b/ace/Timer_Queue_T.cpp @@ -40,7 +40,7 @@ ACE_Timer_Node_T<TYPE, FUNCTOR>::ACE_Timer_Node_T (const TYPE &type, const ACE_Time_Value &t, const ACE_Time_Value &i, ACE_Timer_Node_T<TYPE, FUNCTOR> *n, - int timer_id) + long timer_id) : type_ (type), act_ (a), timer_value_ (t), @@ -59,7 +59,7 @@ ACE_Timer_Node_T<TYPE, FUNCTOR>::ACE_Timer_Node_T (const TYPE &type, const ACE_Time_Value &i, ACE_Timer_Node_T<TYPE, FUNCTOR> *p, ACE_Timer_Node_T<TYPE, FUNCTOR> *n, - int timer_id) + long timer_id) : type_ (type), act_ (a), timer_value_ (t), |