| 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 |
|
|
| 11 |
#pragma once |
#pragma once |
| 12 |
#include "nntp_passive.h" |
#include "base_passive.h" |
| 13 |
|
|
| 14 |
class bbsd : |
class bbsd : |
| 15 |
public nntp_passive |
public base_passive |
| 16 |
{ |
{ |
| 17 |
public: |
public: |
| 18 |
bbsd(void); |
bbsd(void); |
| 25 |
int Accept(void); |
int Accept(void); |
| 26 |
bbsd* new_client(void); |
bbsd* new_client(void); |
| 27 |
int db_env_init(void); |
int db_env_init(void); |
| 28 |
|
bool check_priv(void); |
| 29 |
}; |
}; |