#include <e32base.h>#include <e32std.h>#include <flogger.h>#include <bt_sock.h>#include "clientservercommon.h"#include "Log.h"Go to the source code of this file.
Data Structures | |
| class | CCobainLayer |
| Cobain framework interface class. More... | |
| class | CNetworkPeer |
| Network peer entity. More... | |
| class | MConnectionListener |
| Inbound connection listener. More... | |
| class | MNetworkDriver |
| Network protocol driver interface. More... | |
| class | MNetworkDriverListener |
| Network driver listener. More... | |
| class | MSocketListener |
| Listener for a RCobainSocket's events. More... | |
| class | RCobainSocket |
| UNIX-like socket. More... | |
Typedefs | |
| typedef RPointerArray< CNetworkPeer > | TPeerList |
Functions | |
| _LIT (KClientLogdir,"cobain") | |
| _LIT (KClientLogfile,"client.log") | |
| _LIT (KCobainSocketPanic,"RCobainSocket") | |
Variables | |
| const TInt | KErrCobainSocketBase = -22000 |
| const TInt | KErrCobainSocketNullSocketListener = KErrCobainSocketBase - 1 |
| const TInt | KErrCobainSocketClosed = KErrCobainSocketBase - 2 |
| const TInt | KErrDriverBase = -17500 |
| const TInt | KErrDriverAlreadyListening = KErrDriverBase - 1 |
| const TInt | KErrDriverNotListening = KErrDriverBase - 2 |
|
|
Definition at line 246 of file cobain.h. Referenced by CPeerListPump::AddPeerToListL(), CPeerListPump::DoCancel(), and CPeerListPump::RunL(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 86 of file cobain.h. Referenced by RCobainSocket::SendL(). |
|
|
Definition at line 85 of file cobain.h. Referenced by RCobainSocket::SetSocketListener(). |
|
|
Definition at line 252 of file cobain.h. Referenced by CDriverBase::ListenL(), and CDriver::ListenL(). |
|
|
|
|
|
Definition at line 253 of file cobain.h. Referenced by CDriverBase::StopListeningL(), and CDriver::StopListeningL(). |
1.3.5