--- innwebd/bbsd.cpp 2004/07/02 11:25:31 1.1 +++ innwebd/bbsd.cpp 2004/07/03 08:47:07 1.3 @@ -14,7 +14,7 @@ #include "StdAfx.h" #include ".\bbsd.h" -#include ".\nntp_active.h" +#include ".\base_active.h" using namespace std; @@ -78,7 +78,7 @@ int bbsd::Accept(void) "注册用户数[\033[36m%ld\033[32m]\r\n" "\033[1;37m本站目前尚未开设telnet服务 请使用Web方式访问\r\n\r\n" "\033[1;32m http://%s \033[m\r\n", - this->innd_name,u_online,MAX_THREAD,u_anonymous,u_total, + this->innd_name,u_online,MAX_CLIENT,u_anonymous,u_total, this->innd_server,this->innd_server); this->s_send(out); @@ -128,7 +128,7 @@ bool bbsd::IsShutdown(void) int bbsd::Shutdown(void) { - nntp_active nntpClient; + base_active nntpClient; if (this->thread_terminate) return 1;