| 157 | } |
| 158 | |
| 159 | Checkable::Ptr Notification::GetCheckable() const |
| 160 | { |
| 161 | return static_pointer_cast<Checkable>(m_Checkable); |
| 162 | } |
| 163 | |
| 164 | NotificationCommand::Ptr Notification::GetCommand() const |
| 165 | { |
nothing calls this directly
no outgoing calls
no test coverage detected