#include <app/cntdb.h>
class CContactActiveBase : public CBase |
Protected Attributes | |
---|---|
RCntModel * | iCntSvr |
CContactDatabase * | iContactDatabase |
TInt | iError |
CIdle * | iIdle |
MContactUiCompactObserver * | iObserver |
TInt | iStep |
Public Member Functions | |
---|---|
~CContactActiveBase() | |
void | Cancel() |
TInt | Error() |
void | SetContactDatabase(CContactDatabase *) |
void | SetFileManagerL(RCntModel &) |
void | SetObserver(MContactUiCompactObserver *) |
TInt | Step() |
TInt | StepsTogo() |
TInt | Error | ( | ) | const |
Signals client of any error that occurred during the operation.
Returns: A system-wide error code.
void | SetContactDatabase | ( | CContactDatabase * | aContactDatabase | ) |
TInt | Step | ( | ) |
Gets the current compress step, recover step or any error code encountered during the operation.
Returns: An integer which represents the compress step, recover step or any error code encountered during the operation.
TInt | StepsTogo | ( | ) | const |
Shows the steps to be completed.
Returns: The number of steps to be completed.