CFolderItemRequestHandler Class Reference

class CFolderItemRequestHandler

Handles async folder item requests.

Library: FeedsEngine.lib

Since
CCB (7.1)
Public Member Functions
~CFolderItemRequestHandler()
RFeedsInterface *GetFeedInterface()
TBool GetOperationRequested()
CFolderItemRequestHandler *NewL()
voidSetFeedInterface(RFeedsInterface *)
voidSetOperationRequested(TBool)
Private Member Functions
CFolderItemRequestHandler()
voidConstructL()
Private Attributes
RFeedsInterface *iFeedsInterface
TBool iOperationRequested

Constructor & Destructor Documentation

CFolderItemRequestHandler()

CFolderItemRequestHandler()[private]

C++ default constructor.

~CFolderItemRequestHandler()

~CFolderItemRequestHandler()[virtual]

Destructor

Member Functions Documentation

ConstructL()

voidConstructL()[private]

By default Symbian 2nd phase constructor is private.

GetFeedInterface()

RFeedsInterface *GetFeedInterface()

Gets the FeedInterface

GetOperationRequested()

TBool GetOperationRequested()

Get the OperationRequested

NewL()

CFolderItemRequestHandler *NewL()[static]

Two-phased constructor.

SetFeedInterface(RFeedsInterface *)

voidSetFeedInterface(RFeedsInterface *aFeedsInterface)

Sets the FeedInterface

Parameters

RFeedsInterface * aFeedsInterface

SetOperationRequested(TBool)

voidSetOperationRequested(TBoolaOperationRequested)

set the OperationRequested

Parameters

TBool aOperationRequested

Member Data Documentation

RFeedsInterface * iFeedsInterface

RFeedsInterface *iFeedsInterface[private]

TBool iOperationRequested

TBool iOperationRequested[private]