| 76 | } |
| 77 | |
| 78 | ConcreteService::ConcreteService(const TCHAR* serviceName) : mServiceName(serviceName) |
| 79 | { |
| 80 | mEventLogHandle = RegisterEventSource(NULL, mServiceName.c_str()); |
| 81 | } |
| 82 | |
| 83 | void ConcreteService::ServiceMain() |
| 84 | { |
nothing calls this directly
no outgoing calls
no test coverage detected