#include <oscl_socket_serv_imp_base.h>
Inheritance diagram for OsclSocketServIBase:
Public Methods | |
virtual | ~OsclSocketServIBase () |
virtual int32 | Connect (uint32 aMessageSlots)=0 |
virtual void | Close (bool)=0 |
Data Fields | |
PVLogger * | iLogger |
Protected Types | |
enum | TSocketServState { ESocketServ_Idle, ESocketServ_Connected, ESocketServ_Error } |
Protected Methods | |
OsclSocketServIBase (Oscl_DefAlloc &a) | |
TSocketServState | State () const |
bool | IsServConnected () const |
Protected Attributes | |
Oscl_DefAlloc & | iAlloc |
TSocketServState | iServState |
int | iServError |
|
|
|
|
|
|
|
Implemented in OsclSocketServI. |
|
Implemented in OsclSocketServI. |
|
|
|
|
|
|
|
|
|
|
|
|