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

Diff of /innwebd/innd.cpp

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

Revision 1.3 by sysadm, Fri Jul 2 11:32:20 2004 UTC Revision 1.4 by sysadm, Sat Jul 3 05:30:04 2004 UTC
# Line 14  Line 14 
14    
15  #include "StdAfx.h"  #include "StdAfx.h"
16  #include ".\innd.h"  #include ".\innd.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 361  int innd::cmd_ihave(const char* msg_id) Line 361  int innd::cmd_ihave(const char* msg_id)
361    
362  int innd::Shutdown(void)  int innd::Shutdown(void)
363  {  {
364          nntp_active nntpClient;          base_active nntpClient;
365    
366          if (this->thread_terminate)          if (this->thread_terminate)
367                  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