| 1 |
/*******************************************************/ |
/*******************************************************/ |
| 2 |
/* */ |
/* */ |
| 3 |
/* LeafOK Innd */ |
/* LeafOK Innbbsd */ |
|
/* Copyright (C) LeafOK.com, 2003-2004 */ |
|
| 4 |
/* */ |
/* */ |
| 5 |
/* Programmed by Leaf */ |
/* Copyright (C) LeafOK.com, 2003-2008 */ |
|
/* E-mail:leaf@leafok.com QQ:6049044 */ |
|
| 6 |
/* */ |
/* */ |
| 7 |
/* http://bbs.leafok.com */ |
/* http://www.leafok.com */ |
|
/* http://bbs.leafok.net */ |
|
|
/* http://bbs.fenglin.info */ |
|
| 8 |
/* */ |
/* */ |
| 9 |
/*******************************************************/ |
/*******************************************************/ |
| 10 |
|
|
| 30 |
void StartupDelay(void); |
void StartupDelay(void); |
| 31 |
void StartupChild(void); |
void StartupChild(void); |
| 32 |
void ShutdownChild(void); |
void ShutdownChild(void); |
| 33 |
|
int InitThreadPool(void); |
| 34 |
|
int CleanupThreadPool(void); |
| 35 |
private: |
private: |
| 36 |
static bool thread_terminate; |
static bool thread_terminate; |
| 37 |
bool bbsd_startup; |
bool bbsd_startup; |
| 41 |
int Accept(void); |
int Accept(void); |
| 42 |
controld* new_client(void); |
controld* new_client(void); |
| 43 |
int db_env_init(void); |
int db_env_init(void); |
| 44 |
|
bool check_priv(void); |
| 45 |
}; |
}; |