--- innwebd/bbsd.cpp 2004/07/02 11:25:31 1.1 +++ innwebd/bbsd.cpp 2004/07/03 05:34:51 1.2 @@ -14,7 +14,7 @@ #include "StdAfx.h" #include ".\bbsd.h" -#include ".\nntp_active.h" +#include ".\base_active.h" using namespace std; @@ -128,7 +128,7 @@ bool bbsd::IsShutdown(void) int bbsd::Shutdown(void) { - nntp_active nntpClient; + base_active nntpClient; if (this->thread_terminate) return 1;