#include <e32svr.h>#include "cobainserver.h"#include "bluetoothcommunicator.h"Go to the source code of this file.
Data Structures | |
| class | CServerSession |
| Cobain serverside session. More... | |
Typedefs | |
| typedef TSglQue< CConcreteConnection > | ConnectionQueue |
Functions | |
| _LIT (KSessionPanic,"Server Session") | |
Variables | |
| const TInt | KErrSessionBase = -14040 |
| const TInt | KErrSessionBadSocketTableIndex = KErrSessionBase - 2 |
| const TInt | KErrSessionTryingToAllocListeningCon = KErrSessionBase - 3 |
| const TInt | KErrSessionTryingToDeallocListeningCon = KErrSessionBase - 4 |
| const TInt | KErrSessionConnectionNotFoundInGet = KErrSessionBase - 5 |
| const TInt | KMaxSocketCount = 8 |
|
|
Definition at line 51 of file serversession.h. |
|
||||||||||||
|
|
|
|
Definition at line 37 of file serversession.h. Referenced by CServerSession::GetConnection(). |
|
|
Definition at line 36 of file serversession.h. |
|
|
Definition at line 40 of file serversession.h. Referenced by CServerSession::GetConnection(). |
|
|
Definition at line 38 of file serversession.h. Referenced by CServerSession::AllocateConnection(). |
|
|
Definition at line 39 of file serversession.h. Referenced by CServerSession::DeallocateConnection(). |
|
|
Definition at line 45 of file serversession.h. Referenced by CServerSession::AllocateConnection(), CServerSession::DeallocateConnection(), CServerSession::GetConnection(), and CServerSession::~CServerSession(). |
1.3.5