| 160 | } |
| 161 | |
| 162 | HostState Host::GetLastHardState() const |
| 163 | { |
| 164 | return CalculateState(GetLastHardStateRaw()); |
| 165 | } |
| 166 | |
| 167 | /* keep in sync with Service::GetSeverity() |
| 168 | * One could think it may be smart to use an enum and some bitmask math here. |
no outgoing calls
no test coverage detected