| 638 | } |
| 639 | |
| 640 | void CNetHandler::UnRegistSession() |
| 641 | { |
| 642 | if (this->_state_flags & STATE_IN_SESSION) |
| 643 | { |
| 644 | CNetMgr::Instance()->RemoveNetItem(this); |
| 645 | this->_state_flags &= ~STATE_IN_SESSION; |
| 646 | } |
| 647 | } |
| 648 | |
| 649 | TNetItemList* CSockLink::GetItemList(int32_t type) |
| 650 | { |
no test coverage detected