Public Member Functions | |
~CCardGameRecv () | |
void | DoCancel () |
void | RunL () |
void | RecvFrom (TDes8 &aDes) |
Static Public Member Functions | |
static CCardGameRecv * | NewL (CCardGameBase &aParent, RSocket &aSocket) |
Definition at line 29 of file cardgamerecv.h.
CCardGameRecv::~CCardGameRecv | ( | ) |
Destructor.
Definition at line 45 of file cardgamerecv.cpp.
CCardGameRecv * CCardGameRecv::NewL | ( | CCardGameBase & | aParent, | |
RSocket & | aSocket | |||
) | [static] |
NewLC function, calls 2nd phase constructor.
Definition at line 35 of file cardgamerecv.cpp.
void CCardGameRecv::DoCancel | ( | ) |
Implementation of DOCancel
Definition at line 69 of file cardgamerecv.cpp.
void CCardGameRecv::RunL | ( | ) |
RunL, calls back to parent.
Definition at line 53 of file cardgamerecv.cpp.
void CCardGameRecv::RecvFrom | ( | TDes8 & | aDes | ) |
Function that makes a call to RSocket::RecvFrom
Definition at line 61 of file cardgamerecv.cpp.