FreeRDP-WebConnect WebSockets gateway
1.0.0.167
|
Implementation of the FreeRDP Update interface. More...
#include <Update.hpp>
Public Member Functions | |
Update (wspp::wshandler *h) | |
Constructs a new instance. | |
virtual | ~Update () |
Destructor. | |
void | Register (freerdp *rdp) |
Registers the callbacks ath FreeRDP's API. |
Implementation of the FreeRDP Update interface.
This class implments callbacks for FreeRDP's Update API.
Definition at line 36 of file Update.hpp.
wsgate::Update::Update | ( | wspp::wshandler * | h | ) |
Constructs a new instance.
h | A pointer to the corresponding wshandler object. |
void wsgate::Update::Register | ( | freerdp * | rdp | ) |
Registers the callbacks ath FreeRDP's API.
rdp | A pointer to the FreeRDP instance. |