Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <cchfcontenthandler.h>
Link against: chf.lib
This item is not part of the S60 5th Edition SDK

Class RAbstractEventArray

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

Description

Array of CHF Abstract Events.

This derives from an RArray of TEventId elements.

Derivation


Member functions


Append(const CHFMessage::TEventId &)

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