Public Member Functions | |
~CTimeOutTimer () | |
Static Public Member Functions | |
static CTimeOutTimer * | NewL (const TInt aPriority, MTimeOutNotify &aTimeOutNotify) |
Protected Member Functions | |
CTimeOutTimer (const TInt aPriority) | |
void | ConstructL (MTimeOutNotify &aTimeOutNotify) |
virtual void | RunL () |
Definition at line 42 of file ECHOENG.H.
void CTimeOutTimer::ConstructL | ( | MTimeOutNotify & | aTimeOutNotify | ) | [protected] |
ConstructL function is used to add the active object to the scheduler
Definition at line 459 of file ECHOENG.CPP.
void CTimeOutTimer::RunL | ( | ) | [protected, virtual] |
Timer request has completed, so notify the timer's owner
Definition at line 468 of file ECHOENG.CPP.