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()

void DoSSLTimerExpired ( )

Stops and cancels the time recorded by the timer.

NewL()

CSSLTimers * NewL ( ) [static]

Creates a new SSL Timer.

StartSSLTimer(TCallBack, TInt)

void StartSSLTimer ( TCallBack aCallBack,
TInt aTimeout
)

Starts the SSL timer.

Parameters

TCallBack aCallBack Call back function.
TInt aTimeout Time.

StopSSLTimer()

void StopSSLTimer ( )

Stops the timer.

Member Data Documentation

TDeltaTimerEntry iSSLTimer

TDeltaTimerEntry iSSLTimer [private]

TDeltaTimerEntry * iSSLTimerH

TDeltaTimerEntry * iSSLTimerH [private]