|
0 A.D. | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Singleton | +--CSessionManagerin SessionManager.h
| Inner Classes, Typedefs, and Enums | |
typedef |
CSessionManager::SessionMap
|
| Field Summary | |
private CSessionManager::SessionMap |
m_AddQueue
|
private CMutex |
m_Mutex
|
private CSessionManager::SessionMap |
m_RemoveQueue
|
private CSessionManager::SessionMap |
m_Sessions
|
| Method Summary | |
void |
Deregister( CNetSession* pSession )
|
void |
Poll()
|
void |
Register( CNetSession* pSession )
|
| Methods inherited from class Singleton |
GetSingleton, GetSingletonPtr, IsInitialised |
| Field Detail |
private CSessionManager::SessionMap m_AddQueue;
private CMutex m_Mutex;
private CSessionManager::SessionMap m_RemoveQueue;
private CSessionManager::SessionMap m_Sessions;
| Method Detail |
public void Deregister( CNetSession* pSession );
public void Poll();
public void Register( CNetSession* pSession );
|
0 A.D.
Generated on September 04, 2007 at 18:14 CppDoc v2.4.0 |
|||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||