Public Member Functions | |
~CDelayServerShutDown () | |
void | SetDelay (TTimeIntervalMicroSeconds32 aDelay) |
Static Public Member Functions | |
static CDelayServerShutDown * | NewL () |
Server shut down delay class
Definition at line 22 of file shutdownserver.h.
CDelayServerShutDown::~CDelayServerShutDown | ( | ) |
Destructor
Definition at line 64 of file shutdownserver.cpp.
CDelayServerShutDown * CDelayServerShutDown::NewL | ( | ) | [static] |
Wraps two phase construction.
Definition at line 28 of file shutdownserver.cpp.
void CDelayServerShutDown::SetDelay | ( | TTimeIntervalMicroSeconds32 | aDelay | ) |
Sets the time delay. After this time interval if the number of connected clients stays at zero, the server will shut down.
Definition at line 53 of file shutdownserver.cpp.