MSimplePresenceList Class Reference

class MSimplePresenceList

MSimplePresenceList

SIMPLE Engine presence list

simplexmlutils
Since
S60 3.2

Member Functions Documentation

Close()

voidClose()[pure virtual]
Destructor.
Since
S60 3.2

GetDocuments(RPointerArray< MSimpleDocument > &)

voidGetDocuments(RPointerArray< MSimpleDocument > &aDocuments)[pure virtual]

Getting the child elements of this element.

Since
S60 3.2

Parameters

RPointerArray< MSimpleDocument > & aDocumentsan array of presence entities. This is an empty array if there are no entities. OUT. Do NOT call ResetAndDestroy() for the array, you may call Reset() only. The array is valid only till the next call of this method in this entity.

GetSubLists(RPointerArray< MSimplePresenceList > &)

voidGetSubLists(RPointerArray< MSimplePresenceList > &aLists)[pure virtual]

Getting the sub-lists

Since
S60 3.2

Parameters

RPointerArray< MSimplePresenceList > & aListsarray of presence sub lists. OUT. Do NOT call ResetAndDestroy() for the array, you may call Reset() only. The array is valid only till the next call of this method in this entity.

MetaData()

MSimpleMeta *MetaData()[pure virtual]
Getter for the Metadata document.
Since
S60 3.2