MCPcopy Create free account
hub / github.com/Icinga/icinga2 / SetRemovalInfo

Method SetRemovalInfo

lib/icinga/comment.cpp:217–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void Comment::SetRemovalInfo(const String& removedBy, double removeTime, const MessageOrigin::Ptr& origin) {
218 {
219 ObjectLock olock(this);
220
221 SetRemovedBy(removedBy, false, origin);
222 SetRemoveTime(removeTime, false, origin);
223 }
224
225 OnRemovalInfoChanged(this, removedBy, removeTime, origin);
226}
227
228String Comment::GetCommentIDFromLegacyID(int id)
229{

Callers 2

RemoveCommentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected