Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: cchfcontenthandler.h
Link against: chf.lib

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class RAbstractEventArray

class RAbstractEventArray : public RArray< CHFMessage::TEventId >;

Description

Array of CHF Abstract Events.

This derives from an RArray of TEventId elements.

Derivation

Members

Defined in RAbstractEventArray:
Append()


Member functions


Append()

IMPORT_C TInt Append(const CHFMessage::TEventId &aEvent);

Description

Appends a CHF abstract event.

This method appends a CHF abstract event to the array only if the event does not already exist.

Parameters

const CHFMessage::TEventId &aEvent

The CHF abstract event to append

Return value

TInt

An error code: KErrNone if the event was appended or it already exists or KErrNoMemory if unsuccessful