/[LeafOK_CVS]/innwebd/controld.cpp
ViewVC logotype

Diff of /innwebd/controld.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.2 by sysadm, Fri Jul 2 11:41:07 2004 UTC Revision 1.3 by sysadm, Sat Jul 3 05:35:02 2004 UTC
# Line 14  Line 14 
14    
15  #include "StdAfx.h"  #include "StdAfx.h"
16  #include ".\controld.h"  #include ".\controld.h"
17  #include ".\nntp_active.h"  #include ".\base_active.h"
18  #include ".\App_common.h"  #include ".\App_common.h"
19    
20  using namespace std;  using namespace std;
# Line 186  int controld::Accept(void) Line 186  int controld::Accept(void)
186                                          if (this->access.control)                                          if (this->access.control)
187                                          {                                          {
188                                                  this->s_send("201 Entering native mode");                                                  this->s_send("201 Entering native mode");
189                                                  nntp_active nntpClient;                                                  base_active nntpClient;
190                                                  nntpClient.configure(this->innd_id,this->innd_name,this->innd_server,this->innd_uid,"",0,this->w_conn_str);                                                  nntpClient.configure(this->innd_id,this->innd_name,this->innd_server,this->innd_uid,"",0,this->w_conn_str);
191                                                  if (cmd == "POST") // Get & Post                                                  if (cmd == "POST") // Get & Post
192                                                  {                                                  {
# Line 241  bool controld::IsShutdown(void) Line 241  bool controld::IsShutdown(void)
241    
242  int controld::Shutdown(void)  int controld::Shutdown(void)
243  {  {
244          nntp_active nntpClient;          base_active nntpClient;
245    
246          if (this->thread_terminate)          if (this->thread_terminate)
247                  return 1;                  return 1;


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1