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

Annotation of /innwebd/bbsd.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (hide annotations)
Fri Apr 11 17:14:49 2008 UTC (17 years, 11 months ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +2 -6 lines
Content type: text/x-chdr
Update copyright
Add extra log for exception

1 sysadm 1.1 /*******************************************************/
2     /* */
3 sysadm 1.3 /* LeafOK Innbbsd */
4 sysadm 1.1 /* */
5 sysadm 1.6 /* Copyright (C) LeafOK.com, 2003-2008 */
6 sysadm 1.1 /* */
7 sysadm 1.6 /* http://www.leafok.com */
8 sysadm 1.1 /* */
9     /*******************************************************/
10    
11     #pragma once
12 sysadm 1.2 #include "base_passive.h"
13 sysadm 1.1
14     class bbsd :
15 sysadm 1.2 public base_passive
16 sysadm 1.1 {
17     public:
18     bbsd(void);
19     ~bbsd(void);
20     int Startup(void);
21     int Shutdown(void);
22     bool IsShutdown(void);
23     private:
24     static bool thread_terminate;
25     int Accept(void);
26     bbsd* new_client(void);
27     int db_env_init(void);
28 sysadm 1.4 bool check_priv(void);
29 sysadm 1.1 };

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