From 6b5798894fe3d28a0a455354c9743c3ef0f1765b Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 5 May 2006 11:42:02 +0000 Subject: ChangeLogTag: Fri May 5 11:26:42 UTC 2006 Johnny Willemsen --- ace/Reactor_Token_T.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ace/Reactor_Token_T.h b/ace/Reactor_Token_T.h index 9ed4c671d52..945f05531df 100644 --- a/ace/Reactor_Token_T.h +++ b/ace/Reactor_Token_T.h @@ -54,13 +54,9 @@ template class ACE_Reactor_Token_T : public ACE_TOKEN_TYPE { public: - /** - * @todo After ACE 5.5.1, change ACE_Token::FIFO to ACE_TOKEN_TYPE::FIFO. - * This is only like this to work around MSVC 6 problems. - */ ACE_Reactor_Token_T (ACE_Reactor_Impl &r, - int s_queue = ACE_Token::FIFO); - ACE_Reactor_Token_T (int s_queue = ACE_Token::FIFO); + int s_queue = ACE_TOKEN_TYPE::FIFO); + ACE_Reactor_Token_T (int s_queue = ACE_TOKEN_TYPE::FIFO); virtual ~ACE_Reactor_Token_T (void); /// Called just before a token waiter goes to sleep. -- cgit v1.2.1