| 162 | } |
| 163 | |
| 164 | NotificationCommand::Ptr Notification::GetCommand() const |
| 165 | { |
| 166 | return NotificationCommand::GetByName(GetCommandRaw()); |
| 167 | } |
| 168 | |
| 169 | std::set<User::Ptr> Notification::GetUsers() const |
| 170 | { |
no outgoing calls
no test coverage detected