| 8 | } |
| 9 | |
| 10 | const WinSys::ServiceConfiguration* ServiceInfoEx::GetConfiguration() const { |
| 11 | if (_config == nullptr) |
| 12 | _config = ServiceManager::GetServiceConfiguration(_name); |
| 13 | return _config.get(); |
| 14 | } |
| 15 | |
| 16 | const CString& ServiceInfoEx::GetDescription() const { |
| 17 | if (_desc.IsEmpty()) |
no outgoing calls
no test coverage detected