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

Method SetConnectType

Plugins/FreeRDP/Client/ParameterFreeRDP.cpp:318–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318void CParameterFreeRDP::SetConnectType(UINT32 newConnectType)
319{
320 if(m_ConnectType == newConnectType)
321 return;
322 m_ConnectType = newConnectType;
323 SetModified(true);
324}
325
326UINT32 CParameterFreeRDP::GetPerformanceFlags() const
327{

Callers 1

on_pbOk_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected