Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: fepbase.h
Link against: fepbase.lib

FepObserverHandleStartOfTransactionL()

void FepObserverHandleStartOfTransactionL(MCoeFepObserver& aFepObserver);

Support

Supported from 6.0

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() passing in FepObserverHandleStartOfTransactionL. Internally, this calls HandleStartOfTransactionL() for each MCoeFepObserver object that has been registered with the cone environment.

Parameters

MCoeFepObserver& aFepObserver

The FEP observer.

See also: