--- innwebd/innd.cpp 2004/07/02 11:32:20 1.3 +++ innwebd/innd.cpp 2004/07/03 05:30:04 1.4 @@ -14,7 +14,7 @@ #include "StdAfx.h" #include ".\innd.h" -#include ".\nntp_active.h" +#include ".\base_active.h" #include ".\App_common.h" using namespace std; @@ -361,7 +361,7 @@ int innd::cmd_ihave(const char* msg_id) int innd::Shutdown(void) { - nntp_active nntpClient; + base_active nntpClient; if (this->thread_terminate) return 1;