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

Diff of /innwebd/controld.h

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

Revision 1.1 by sysadm, Fri Jul 2 11:28:54 2004 UTC Revision 1.6 by sysadm, Sat Feb 26 16:10:26 2005 UTC
# Line 1  Line 1 
1  /*******************************************************/  /*******************************************************/
2  /*                                                     */  /*                                                     */
3  /*  LeafOK Innd                                        */  /*  LeafOK Innbbsd                                     */
4  /*  Copyright (C) LeafOK.com, 2003-2004                */  /*  Copyright (C) LeafOK.com, 2003-2005                */
5  /*                                                     */  /*                                                     */
6  /*  Programmed by Leaf                                 */  /*  Programmed by Leaf                                 */
7  /*  E-mail:leaf@leafok.com  QQ:6049044                 */  /*  E-mail:leaflet@leafok.com  QQ:6049044              */
8  /*                                                     */  /*                                                     */
9  /*  http://bbs.leafok.com                              */  /*  http://bbs.leafok.com                              */
10  /*  http://bbs.leafok.net                              */  /*  http://bbs.leafok.net                              */
# Line 13  Line 13 
13  /*******************************************************/  /*******************************************************/
14    
15  #pragma once  #pragma once
16  #include ".\nntp_passive.h"  #include ".\base_passive.h"
17  #include ".\bbsd.h"  #include ".\bbsd.h"
18  #include ".\innd.h"  #include ".\innd.h"
19  #include ".\outd.h"  #include ".\outd.h"
20    
21  class controld :  class controld :
22          public nntp_passive          public base_passive
23  {  {
24  public:  public:
25          controld(void);          controld(void);
# Line 34  public: Line 34  public:
34          void StartupDelay(void);          void StartupDelay(void);
35          void StartupChild(void);          void StartupChild(void);
36          void ShutdownChild(void);          void ShutdownChild(void);
37            int InitThreadPool(void);
38            int CleanupThreadPool(void);
39  private:  private:
40          static bool thread_terminate;          static bool thread_terminate;
41          bool bbsd_startup;          bool bbsd_startup;
# Line 43  private: Line 45  private:
45          int Accept(void);          int Accept(void);
46          controld* new_client(void);          controld* new_client(void);
47          int db_env_init(void);          int db_env_init(void);
48            bool check_priv(void);
49  };  };


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

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