CUpnpItemList Class Reference

class CUpnpItemList : public CUpnpObjectList

UPnPItemList class

upnpavobjects.lib
Since
Series 60 3.0

Inherits from

Constructor & Destructor Documentation

CUpnpItemList()

CUpnpItemList ( ) [private]

C++ default constructor.

~CUpnpItemList()

~CUpnpItemList ( ) [virtual]

Destructor.

Member Functions Documentation

AppendObjectL(CUpnpObject &)

IMPORT_C void AppendObjectL ( CUpnpObject & aNewObject )

Appends new object to hierarchy. This function verifies if the given object is of CUpnpItem type and leaves with KErrArgument if not.

Since
Series 60 3.0

Parameters

CUpnpObject & aNewObject an object to be added to the list. NOTE: The object must be of CUpnpItem type.

ConstructL()

void ConstructL ( ) [private]

By default Symbian 2nd phase constructor is private.

NewL()

IMPORT_C CUpnpItemList * NewL ( ) [static]

Two-phased constructor.

NewLC()

IMPORT_C CUpnpItemList * NewLC ( ) [static]