Parent Directory
|
Revision Log
|
Patch
| Revision 1.1 by sysadm, Fri Jul 2 11:25:31 2004 UTC | Revision 1.2 by sysadm, Sat Jul 3 05:34:51 2004 UTC | |
|---|---|---|
| # | Line 14 | Line 14 |
| 14 | ||
| 15 | #include "StdAfx.h" | #include "StdAfx.h" |
| 16 | #include ".\bbsd.h" | #include ".\bbsd.h" |
| 17 | #include ".\nntp_active.h" | #include ".\base_active.h" |
| 18 | ||
| 19 | using namespace std; | using namespace std; |
| 20 | ||
| # | Line 128 bool bbsd::IsShutdown(void) | Line 128 bool bbsd::IsShutdown(void) |
| 128 | ||
| 129 | int bbsd::Shutdown(void) | int bbsd::Shutdown(void) |
| 130 | { | { |
| 131 | nntp_active nntpClient; | base_active nntpClient; |
| 132 | ||
| 133 | if (this->thread_terminate) | if (this->thread_terminate) |
| 134 | return 1; | return 1; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |