CContactActiveBase Class Reference

class CContactActiveBase : public CBase

Inherits from

Constructor & Destructor Documentation

~CContactActiveBase()

~CContactActiveBase()

Member Functions Documentation

Cancel()

voidCancel()

Deletes the ContactActiveBase object created on the heap

Error()

TInt Error()const

Signals client of any error that occurred during the operation.

SetContactDatabase(CContactDatabase *)

voidSetContactDatabase(CContactDatabase *aContactDatabase)

Parameters

CContactDatabase * aContactDatabase

SetFileManagerL(RCntModel &)

voidSetFileManagerL(RCntModel &aCntSvr)

Parameters

RCntModel & aCntSvr

SetObserver(MContactUiCompactObserver *)

voidSetObserver(MContactUiCompactObserver *aObserver)

Parameters

MContactUiCompactObserver * aObserver

Step()

TInt Step()

Gets the current compress step, recover step or any error code encountered during the operation.

StepsTogo()

TInt StepsTogo()const

Shows the steps to be completed.

Member Data Documentation

RCntModel * iCntSvr

RCntModel *iCntSvr[protected]

CContactDatabase * iContactDatabase

CContactDatabase *iContactDatabase[protected]

TInt iError

TInt iError[protected]

CIdle * iIdle

CIdle *iIdle[protected]

MContactUiCompactObserver * iObserver

MContactUiCompactObserver *iObserver[protected]

TInt iStep

TInt iStep[protected]