| 103 | } |
| 104 | |
| 105 | void Comment::Stop(bool runtimeRemoved) |
| 106 | { |
| 107 | GetCheckable()->UnregisterComment(this); |
| 108 | |
| 109 | if (runtimeRemoved) |
| 110 | OnCommentRemoved(this); |
| 111 | |
| 112 | ObjectImpl<Comment>::Stop(runtimeRemoved); |
| 113 | } |
| 114 | |
| 115 | Checkable::Ptr Comment::GetCheckable() const |
| 116 | { |
nothing calls this directly
no test coverage detected