| 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 */ |
| 13 |
/*******************************************************/ |
/*******************************************************/ |
| 14 |
|
|
| 15 |
#pragma once |
#pragma once |
| 16 |
#include "nntp_passive.h" |
#include "base_passive.h" |
| 17 |
|
|
| 18 |
class bbsd : |
class bbsd : |
| 19 |
public nntp_passive |
public base_passive |
| 20 |
{ |
{ |
| 21 |
public: |
public: |
| 22 |
bbsd(void); |
bbsd(void); |
| 29 |
int Accept(void); |
int Accept(void); |
| 30 |
bbsd* new_client(void); |
bbsd* new_client(void); |
| 31 |
int db_env_init(void); |
int db_env_init(void); |
| 32 |
|
bool check_priv(void); |
| 33 |
}; |
}; |