CContactActiveBase Class Reference

class CContactActiveBase : public CBase

Inherits from

Constructor & Destructor Documentation

~CContactActiveBase()

~CContactActiveBase ( )

Member Functions Documentation

Cancel()

void Cancel ( )

Deletes the ContactActiveBase object created on the heap

Error()

TInt Error ( ) const

Signals client of any error that occurred during the operation.

SetContactDatabase(CContactDatabase *)

void SetContactDatabase ( CContactDatabase * aContactDatabase )

Parameters

CContactDatabase * aContactDatabase

SetFileManagerL(RCntModel &)

void SetFileManagerL ( RCntModel & aCntSvr )

Parameters

RCntModel & aCntSvr

SetObserver(MContactUiCompactObserver *)

void SetObserver ( 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]