CLocodBearerPlugin Class Reference

class CLocodBearerPlugin : public CBase

Bearer Plugin base class

This is the base class from which bearer plugins inherit.

See locodplugin.hrh for the resource registration definitions.

euser.lib
Since
S60 v3.2

Inherits from

Constructor & Destructor Documentation

CLocodBearerPlugin(TLocodBearerPluginParams &)

CLocodBearerPlugin(TLocodBearerPluginParams &aParams)[protected, inline]

Parameters

TLocodBearerPluginParams & aParams

~CLocodBearerPlugin()

~CLocodBearerPlugin()[inline, virtual]

Member Functions Documentation

ImplementationUid()

TUid ImplementationUid()const [inline]

Gets the implementation uid of this plugin

Since
S60 v3.2

NewL(TLocodBearerPluginParams &)

CLocodBearerPlugin *NewL(TLocodBearerPluginParams &aParams)[static, inline]

Parameters

TLocodBearerPluginParams & aParams

Observer()

MLocodBearerPluginObserver &Observer()const [protected, inline]

Gets the observer interface object associated with this plugin

Since
S60 v3.2

Member Data Documentation

TUid iImplementationUid

TUid iImplementationUid[private]

Implementation UID of the concrete instance.

TUid iInstanceUid

TUid iInstanceUid[private]

UID set by ECOM when the instance is created. Used when the instance is destroyed.

MLocodBearerPluginObserver & iObserver

MLocodBearerPluginObserver &iObserver[private]

Holds the observer object which will be notified when the operations complete Not own.