Exemple #1
0
void TSockSys::DelSockEvent(const PSockEvent& SockEvent) {
	if (Active) {
		IdToSockEventH.DelIfKey(SockEvent->GetSockEventId());
	}
}