| 318 | } |
| 319 | |
| 320 | std::string ClientProxy1_0::getSecureInputApp() const |
| 321 | { |
| 322 | // ignore -- not supported on clients |
| 323 | LOG_DEBUG("getSecureInputApp not supported"); |
| 324 | return ""; |
| 325 | } |
| 326 | |
| 327 | void ClientProxy1_0::secureInputNotification(const std::string &) const |
| 328 | { |
nothing calls this directly
no outgoing calls
no test coverage detected