MCPcopy Create free account
hub / github.com/cinience/RedisStudio / DoConnectEvent

Method DoConnectEvent

RedisStudio/MainFrameWhd.cpp:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void CMainFrameWnd::DoConnectEvent( void* data )
276{
277 SendMessage(WM_USER_CONNECTED, (WPARAM)data);
278}
279
280void CMainFrameWnd::DoUnConnectEvent( void* data )
281{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected