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

Diff of /innwebd/innd.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.1 by sysadm, Fri Jun 25 07:01:51 2004 UTC Revision 1.2 by sysadm, Fri Jul 2 11:32:33 2004 UTC
# Line 13  Line 13 
13  /*******************************************************/  /*******************************************************/
14    
15  #pragma once  #pragma once
16    #include "nntp_passive.h"
17    
18  #include "resource.h"  class innd :
19            public nntp_passive
20    {
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    };


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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