--- innwebd/thread_pool.cpp 2004/07/04 22:49:03 1.6 +++ innwebd/thread_pool.cpp 2004/07/04 23:35:00 1.7 @@ -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) {