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

Annotation of /innwebd/bbsd.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations)
Sun Jul 4 06:45:23 2004 UTC (21 years, 8 months ago) by sysadm
Branch: MAIN
Changes since 1.2: +2 -2 lines
Content type: text/x-chdr
Version 1.4.2

1 sysadm 1.1 /*******************************************************/
2     /* */
3 sysadm 1.3 /* LeafOK Innbbsd */
4 sysadm 1.1 /* Copyright (C) LeafOK.com, 2003-2004 */
5     /* */
6     /* Programmed by Leaf */
7 sysadm 1.3 /* E-mail:leaflet@leafok.com QQ:6049044 */
8 sysadm 1.1 /* */
9     /* http://bbs.leafok.com */
10     /* http://bbs.leafok.net */
11     /* http://bbs.fenglin.info */
12     /* */
13     /*******************************************************/
14    
15     #pragma once
16 sysadm 1.2 #include "base_passive.h"
17 sysadm 1.1
18     class bbsd :
19 sysadm 1.2 public base_passive
20 sysadm 1.1 {
21     public:
22     bbsd(void);
23     ~bbsd(void);
24     int Startup(void);
25     int Shutdown(void);
26     bool IsShutdown(void);
27     private:
28     static bool thread_terminate;
29     int Accept(void);
30     bbsd* new_client(void);
31     int db_env_init(void);
32     };

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