MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / CServiceFreeRDP

Method CServiceFreeRDP

Plugins/FreeRDP/Service/ServiceFreeRDP.cpp:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#endif
8
9CServiceFreeRDP::CServiceFreeRDP(CPluginServiceFreeRDP *plugin)
10 : CService(plugin),
11 m_Log("FreeRDP"),
12 m_pSettings(nullptr),
13 m_pServer(nullptr),
14 m_bServerInit(false)
15{
16 m_pPara = new CParameterServiceFreeRDP(this);
17}
18
19CServiceFreeRDP::~CServiceFreeRDP()
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected