--- innwebd/thread_pool.cpp 2004/07/04 22:49:03 1.6 +++ innwebd/thread_pool.cpp 2005/02/26 16:10:26 1.8 @@ -1,7 +1,7 @@ /*******************************************************/ /* */ /* LeafOK Innbbsd */ -/* Copyright (C) LeafOK.com, 2003-2004 */ +/* Copyright (C) LeafOK.com, 2003-2005 */ /* */ /* Programmed by Leaf */ /* E-mail:leaflet@leafok.com QQ:6049044 */ @@ -153,9 +153,9 @@ int thread_pool::RemoveThread(ULONG ulTh } -int thread_pool::SetThreadStatus(ULONG ulThreadd, int uStatus) +int thread_pool::SetThreadStatus(ULONG ulThreadId, int uStatus) { - UINTT i; + UINT i; if (this->uThreadCount <= 0) {