| 245 | } |
| 246 | |
| 247 | bool Checkable::GetHandled() const |
| 248 | { |
| 249 | return GetProblem() && (IsInDowntime() || IsAcknowledged()); |
| 250 | } |
| 251 | |
| 252 | Timestamp Checkable::GetNextUpdate() const |
| 253 | { |
nothing calls this directly
no outgoing calls
no test coverage detected