MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / ~NetSessionEnum

Method ~NetSessionEnum

engine/Poseidon/Network/NetTransportNetEnum.cpp:52–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52NetSessionEnum::~NetSessionEnum()
53{
54 setEnum(nullptr);
55 Done();
56#ifdef NET_LOG_SESSION_ENUM
57 NetLog("Peer(%u): destroying NetSessionEnum instance [%08x]", NetTpInternal::getClientPeer()->getPeerId());
58#endif
59 NetTpInternal::checkPool();
60}
61
62RString NetSessionEnum::IPToGUID(RString ip, int port)
63{

Callers

nothing calls this directly

Calls 4

setEnumFunction · 0.85
getClientPeerFunction · 0.85
checkPoolFunction · 0.85
getPeerIdMethod · 0.80

Tested by

no test coverage detected