This item is not part of the S60 5th Edition SDK
Interface status: |
deprecated |
|
class MDaIncremental;
Description
Abstract interface for classes that implement data model incremental operations.
Members
Defined in MDaIncremental
:
Construction and destruction
Interface status: |
deprecated |
Inherited from: MDaIncremental |
inline virtual ~MDaIncremental();
Description
Destructor.
Interface status: |
deprecated |
Inherited from: MDaIncremental |
virtual TInt Next(TInt &aRemainingSteps)=0;
Description
Does the next step in the incremental operation.
Parameters
TInt &aRemainingSteps |
On return, the number of remaining steps.
|
|
Return value
TInt
|
KErrNone, or error code.
|
|
Interface status: |
deprecated |
Inherited from: MDaIncremental |
virtual void CloseL()=0;
Description
Terminates the operation.
Interface status: |
deprecated |
Inherited from: MDaIncremental |
virtual void HandleLeave(TInt)=0;
Description
Handles leave conditions in operation steps.
Parameters
Interface status: |
deprecated |
Inherited from: MDaIncremental |
virtual void HandleCancel()=0;
Description
Handles the operation being cancelled.
SetActiveIncremental(CDaActiveIncremental *)
Interface status: |
deprecated |
Inherited from: MDaIncremental |
virtual void SetActiveIncremental(CDaActiveIncremental *)=0;
Description
Sets the active object using this interface.
Parameters