CSSLTimers Class Reference

class CSSLTimers : public CBase

Base class for SSL timers.

Since
v5.0
No longer used by networking

Inherits from

Constructor & Destructor Documentation

CSSLTimers()

CSSLTimers()[private]

~CSSLTimers()

~CSSLTimers()[virtual]

Stops the SSLTimer, if it is running and destructs the object.

Member Functions Documentation

DoSSLTimerExpired()

voidDoSSLTimerExpired()

Stops and cancels the time recorded by the timer.

NewL()

CSSLTimers *NewL()[static]

Creates a new SSL Timer.

StartSSLTimer(TCallBack, TInt)

voidStartSSLTimer(TCallBackaCallBack,
TIntaTimeout
)

Starts the SSL timer.

Parameters

TCallBack aCallBackCall back function.
TInt aTimeoutTime.

StopSSLTimer()

voidStopSSLTimer()

Stops the timer.

Member Data Documentation

TDeltaTimerEntry iSSLTimer

TDeltaTimerEntry iSSLTimer[private]

TDeltaTimerEntry * iSSLTimerH

TDeltaTimerEntry *iSSLTimerH[private]