MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / AddConnectionClosedHandler

Method AddConnectionClosedHandler

pcsx2/DEV9/Sessions/BaseSession.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 void BaseSession::AddConnectionClosedHandler(ConnectionClosedEventHandler handler)
27 {
28 connectionClosedHandlers.push_back(handler);
29 }
30
31 void BaseSession::RaiseEventConnectionClosed()
32 {

Callers 4

SendICMPMethod · 0.80
SendTCPMethod · 0.80
SendUDPMethod · 0.80
NewClientSessionMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected