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

Annotation of /innwebd/service.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Fri Jul 2 11:35:26 2004 UTC (21 years, 8 months ago) by sysadm
Branch: MAIN
Content type: text/x-chdr
service.h

1 sysadm 1.1 /*******************************************************/
2     /* */
3     /* LeafOK Innd */
4     /* Copyright (C) LeafOK.com, 2003-2004 */
5     /* */
6     /* Programmed by Leaf */
7     /* E-mail:leaf@leafok.com QQ:6049044 */
8     /* */
9     /* http://bbs.leafok.com */
10     /* http://bbs.leafok.net */
11     /* http://bbs.fenglin.info */
12     /* */
13     /*******************************************************/
14    
15     #pragma once
16     #include ".\ntservice.h"
17     #include ".\controld.h"
18    
19     class service :
20     public CNTService,
21     public logfile
22     {
23     public:
24     service(void);
25     ~service(void);
26    
27     controld ctrld;
28     virtual void Run();
29     };

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