| 67 | } |
| 68 | |
| 69 | bool NetSessionEnum::Init(int magic) |
| 70 | { |
| 71 | #ifdef NET_LOG_SESSION_ENUM |
| 72 | NetLog("Peer(%u): NetSessionEnum::Init(%d)", NetTpInternal::getClientPeer()->getPeerId(), magic); |
| 73 | #endif |
| 74 | magicApp = magic; |
| 75 | setEnum(this); |
| 76 | return true; |
| 77 | } |
| 78 | |
| 79 | void NetSessionEnum::Done() |
| 80 | { |
nothing calls this directly
no test coverage detected