Location:
damainc.h
class MDaIncremental;
Abstract interface for classes that implement data model incremental operations.
Defined in MDaIncremental
:
CloseL()
, HandleCancel()
, HandleLeave()
, Next()
, SetActiveIncremental()
, ~MDaIncremental()
virtual TInt Next(TInt &aRemainingSteps)=0;
Does the next step in the incremental operation.
|
|
virtual void HandleLeave(TInt)=0;
Handles leave conditions in operation steps.
|
virtual void SetActiveIncremental(CDaActiveIncremental *)=0;
Sets the active object using this interface.
|