| 656 | } |
| 657 | |
| 658 | bool ProcessCommandIS(ICECAdapter *parser, const std::string &command, std::string & UNUSED(arguments)) |
| 659 | { |
| 660 | if (command == "is") |
| 661 | return parser->SetInactiveView(); |
| 662 | |
| 663 | return false; |
| 664 | } |
| 665 | |
| 666 | bool ProcessCommandPING(ICECAdapter *parser, const std::string &command, std::string & UNUSED(arguments)) |
| 667 | { |
no test coverage detected