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

Annotation of /innwebd/innd.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (hide annotations)
Sat Feb 26 16:10:26 2005 UTC (21 years ago) by sysadm
Branch: MAIN
CVS Tags: innwebd_1-4-16-0_MIL
Changes since 1.5: +1 -1 lines
Content type: text/x-chdr
Copyright update

1 sysadm 1.1 /*******************************************************/
2     /* */
3 sysadm 1.4 /* LeafOK Innbbsd */
4 sysadm 1.6 /* Copyright (C) LeafOK.com, 2003-2005 */
5 sysadm 1.1 /* */
6     /* Programmed by Leaf */
7 sysadm 1.4 /* 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.3 #include "base_passive.h"
17 sysadm 1.1
18 sysadm 1.2 class innd :
19 sysadm 1.3 public base_passive
20 sysadm 1.2 {
21     public:
22     innd(void);
23     ~innd(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     innd* new_client(void);
31     int cmd_list(void);
32     int cmd_ihave(const char* msg_id);
33     int db_env_init(void);
34 sysadm 1.5 bool check_priv(void);
35 sysadm 1.2 };

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