* Get the registered command name for this object * * @return std::string containing the command name */
| 807 | * @return std::string containing the command name |
| 808 | */ |
| 809 | std::string GetCommand() |
| 810 | { |
| 811 | return command; |
| 812 | } |
| 813 | |
| 814 | |
| 815 | /** |
no outgoing calls
no test coverage detected