CFolderItemRequestHandler Class Reference

class CFolderItemRequestHandler

Handles async folder item requests.

Library: FeedsEngine.lib

Since
CCB (7.1)

Constructor & Destructor Documentation

CFolderItemRequestHandler()

CFolderItemRequestHandler ( ) [private]

C++ default constructor.

~CFolderItemRequestHandler()

~CFolderItemRequestHandler ( ) [virtual]

Destructor

Member Functions Documentation

ConstructL()

void ConstructL ( ) [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 *)

void SetFeedInterface ( RFeedsInterface * aFeedsInterface )

Sets the FeedInterface

Parameters

RFeedsInterface * aFeedsInterface

SetOperationRequested(TBool)

void SetOperationRequested ( TBool aOperationRequested )

set the OperationRequested

Parameters

TBool aOperationRequested

Member Data Documentation

RFeedsInterface * iFeedsInterface

RFeedsInterface * iFeedsInterface [private]

TBool iOperationRequested

TBool iOperationRequested [private]