[7733] Fixed compile error on VC2005ee.

This commit is contained in:
AlexDereka 2009-04-29 15:27:50 +04:00
parent cb72302a8a
commit 6192fcbd0c
4 changed files with 5 additions and 5 deletions

View file

@ -156,7 +156,7 @@ class ReactorRunnable : protected ACE_Task_Base
ACE_ASSERT (m_Reactor);
SocketSet::const_iterator i, t;
SocketSet::iterator i, t;
while (!m_Reactor->reactor_event_loop_done ())
{