Parent Directory
|
Revision Log
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 ".\ntservice.h" |
| 13 | #include ".\controld.h" |
| 14 | |
| 15 | class service : |
| 16 | public CNTService, |
| 17 | public logfile |
| 18 | { |
| 19 | public: |
| 20 | service(void); |
| 21 | ~service(void); |
| 22 | |
| 23 | controld ctrld; |
| 24 | virtual void Run(); |
| 25 | }; |
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |