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

Method cbLayerClose

Plugins/FreeRDP/Client/ConnectLayer.cpp:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102BOOL CConnectLayer::cbLayerClose(void *userContext)
103{
104 qDebug(log) << Q_FUNC_INFO;
105 if(!userContext) return FALSE;
106 CConnectLayer* pThis = ((LayerUserData*)userContext)->pThis;
107 return pThis->OnLayerClose();
108}
109
110BOOL CConnectLayer::OnLayerClose()
111{

Callers

nothing calls this directly

Calls 1

OnLayerCloseMethod · 0.80

Tested by

no test coverage detected