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

Contents of /innwebd/innd.h

Parent Directory Parent Directory | Revision Log Revision Log


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

1 /*******************************************************/
2 /* */
3 /* LeafOK Innbbsd */
4 /* */
5 /* Copyright (C) LeafOK.com, 2003-2008 */
6 /* */
7 /* http://www.leafok.com */
8 /* */
9 /*******************************************************/
10
11 #pragma once
12 #include "base_passive.h"
13
14 class innd :
15 public base_passive
16 {
17 public:
18 innd(void);
19 ~innd(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 innd* new_client(void);
27 int cmd_list(void);
28 int cmd_ihave(const char* msg_id);
29 int db_env_init(void);
30 bool check_priv(void);
31 };

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