CImAutoSend Class Reference

class CImAutoSend : public MMsvSessionObserver

Inherits from

Constructor & Destructor Documentation

CImAutoSend(const TMsvId)

CImAutoSend(const TMsvIdaDestinationId)[private]

Parameters

const TMsvId aDestinationId

~CImAutoSend()

~CImAutoSend()

Member Functions Documentation

CallMtmL()

voidCallMtmL()[private]

ConstructL()

voidConstructL()[private]

DoCancel()

voidDoCancel()[private]

FLog(const TDesC &)

voidFLog(const TDesC &buf)[private]

Parameters

const TDesC & buf

FLog(TRefByValue< const TDesC >, ...)

voidFLog(TRefByValue< const TDesC >aFormat,
...
)[private]

Parameters

TRefByValue< const TDesC > aFormat
...

HandleSessionEventL(MMsvSessionObserver::TMsvSessionEvent, TAny *, TAny *, TAny *)

voidHandleSessionEventL(MMsvSessionObserver::TMsvSessionEventaEvent,
TAny *aArg1,
TAny *aArg2,
TAny *aArg3
)[inline, virtual]

Indicates an event has occurred.

The type of event is indicated by the value of aEvent. The interpretation of the TAny arguments depends on this type.

For most event types, the action that is taken, for example, updating the display, is client-specific. All clients though should respond to EMsvCloseSession and EMsvServerTerminated events.

Parameters

MMsvSessionObserver::TMsvSessionEvent aEventIndicates the event type.
TAny * aArg1Event type-specific argument value
TAny * aArg2Event type-specific argument value
TAny * aArg3Event type-specific argument value

IsSendActive()

TBool IsSendActive()[inline]

RunL()

voidRunL()[private]

StartLC(const TMsvId)

CImAutoSend *StartLC(const TMsvIdaDestinationId)[static]

Parameters

const TMsvId aDestinationId

Member Data Documentation

CActiveSchedulerWait iActiveSchedulerWait

CActiveSchedulerWait iActiveSchedulerWait[private]

TMsvId iDestinationId

TMsvId iDestinationId[private]

CMsvOperation * iOperation

CMsvOperation *iOperation[private]

CMsvSession * iSession

CMsvSession *iSession[private]

CAutoSendProgressTimer * iTimer

CAutoSendProgressTimer *iTimer[private]