| 50 | } |
| 51 | |
| 52 | NetSessionEnum::~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 | |
| 62 | RString NetSessionEnum::IPToGUID(RString ip, int port) |
| 63 | { |
nothing calls this directly
no test coverage detected