| 187 | } |
| 188 | |
| 189 | bool Checkable::IsAcknowledged() const |
| 190 | { |
| 191 | return const_cast<Checkable *>(this)->GetAcknowledgement() != AcknowledgementNone; |
| 192 | } |
| 193 | |
| 194 | void Checkable::AcknowledgeProblem(const String& author, const String& comment, AcknowledgementType type, bool notify, bool persistent, double changeTime, double expiry, const MessageOrigin::Ptr& origin) |
| 195 | { |
no test coverage detected