Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <FEPBASE.H>
Link against: fepbase.lib

FepObserverHandleStartOfTransactionL(MCoeFepObserver &)

IMPORT_C void FepObserverHandleStartOfTransactionL(MCoeFepObserver &aFepObserver);

Description

Handles the start of a FEP transaction.

This is a non-member function which just calls aFepObserver.HandleStartOfTransactionL().

It is called indirectly by a FEP to notify the application that it is starting a transaction. This is done by calling CCoeEnv::ForEachFepObserverCall(TCoeFepObserverFunction) passing in FepObserverHandleStartOfTransactionL. Internally, this calls HandleStartOfTransactionL() for each MCoeFepObserverMCoeFepObserver object that has been registered with the control environment.

Parameters

MCoeFepObserverMCoeFepObserver &aFepObserver

The FEP observer.

See also: