virtual */
| 432 | } |
| 433 | |
| 434 | /* virtual */ bool CombinedAuthenticationServerHandler::CanBeUsed() const |
| 435 | { |
| 436 | return !this->handlers.empty(); |
| 437 | } |
| 438 | |
| 439 | |
| 440 | /* virtual */ void NetworkAuthenticationPasswordRequestHandler::Reply(const std::string &password) |
no test coverage detected