|
OpenTTD Source 20251117-master-g7398d2e290
|
Public Member Functions | |
| TestPasswordRequestHandler (std::string &password) | |
| void | SendResponse () override |
| Callback to trigger sending the response for the password request. | |
| void | AskUserForPassword (std::shared_ptr< NetworkAuthenticationPasswordRequest > request) override |
| Callback to trigger asking the user for the password. | |
Public Member Functions inherited from NetworkAuthenticationPasswordRequestHandler | |
| virtual void | Reply (const std::string &password) override |
| Reply to the request with the given password. | |
Private Attributes | |
| std::string | password |
Additional Inherited Members | |
Protected Attributes inherited from NetworkAuthenticationPasswordRequestHandler | |
| std::string | password |
| The entered password. | |
Definition at line 56 of file test_network_crypto.cpp.
|
inline |
Definition at line 60 of file test_network_crypto.cpp.
|
inlineoverridevirtual |
Callback to trigger asking the user for the password.
| request | The request to the user, to which it can reply with the password. |
Implements NetworkAuthenticationPasswordRequestHandler.
Definition at line 62 of file test_network_crypto.cpp.
|
inlineoverridevirtual |
Callback to trigger sending the response for the password request.
Implements NetworkAuthenticationPasswordRequestHandler.
Definition at line 61 of file test_network_crypto.cpp.
|
private |
Definition at line 58 of file test_network_crypto.cpp.