Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <DAMAINC.H>
This item is not part of the S60 5th Edition SDK

Class MDaIncremental

Interface status: deprecated

class MDaIncremental;

Description

Abstract interface for classes that implement data model incremental operations.

Members

Defined in MDaIncremental:


Construction and destruction


~MDaIncremental()

Interface status: deprecated Inherited from: MDaIncremental

inline virtual ~MDaIncremental();

Description

Destructor.

[Top]


Member functions


Next(TInt &)

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.


CloseL()

Interface status: deprecated Inherited from: MDaIncremental

virtual void CloseL()=0;

Description

Terminates the operation.


HandleLeave(TInt)

Interface status: deprecated Inherited from: MDaIncremental

virtual void HandleLeave(TInt)=0;

Description

Handles leave conditions in operation steps.

Parameters

TInt


HandleCancel()

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

CDaActiveIncremental *