--- innwebd/controld.cpp 2004/07/02 11:41:07 1.2 +++ innwebd/controld.cpp 2004/07/03 05:35:02 1.3 @@ -14,7 +14,7 @@ #include "StdAfx.h" #include ".\controld.h" -#include ".\nntp_active.h" +#include ".\base_active.h" #include ".\App_common.h" using namespace std; @@ -186,7 +186,7 @@ int controld::Accept(void) if (this->access.control) { this->s_send("201 Entering native mode"); - nntp_active nntpClient; + base_active nntpClient; nntpClient.configure(this->innd_id,this->innd_name,this->innd_server,this->innd_uid,"",0,this->w_conn_str); if (cmd == "POST") // Get & Post { @@ -241,7 +241,7 @@ bool controld::IsShutdown(void) int controld::Shutdown(void) { - nntp_active nntpClient; + base_active nntpClient; if (this->thread_terminate) return 1;