Searched refs:CNetMgr (Results 1 – 3 of 3) sorted by relevance
635 CNetMgr::Instance()->InsertNetItem(this); in RegistSession()1523 CNetMgr::Instance()->FreeSockLink(sock); in FreeSockLink()1579 CNetMgr* CNetMgr::_instance = NULL;1580 CNetMgr* CNetMgr::Instance (void) in Instance()1584 _instance = new CNetMgr(); in Instance()1590 void CNetMgr::Destroy() in Destroy()1609 void CNetMgr::InsertNetItem(CNetHandler* item) in InsertNetItem()1696 void CNetMgr::DeleteDestLink(CDestLinks* dst) in DeleteDestLink()1703 CNetMgr::CNetMgr() in CNetMgr() function in CNetMgr1712 CNetMgr::~CNetMgr() in ~CNetMgr()[all …]
463 class CNetMgr467 static CNetMgr* Instance (void);487 ~CNetMgr();525 CNetMgr();527 static CNetMgr * _instance;
744 CNetMgr::Instance()->RecycleObjs(now); in CheckExpired()