TLocodServicePluginParams Class Reference

class TLocodServicePluginParams

LCD Service Plugin Callback construction parameters

This interface class is used to pass construction parameters to the plugins. These parameters include the callback interface (usually implemented by the LCD) and the ECOM plugin implementation UID

?library
Since
S60 v3.2

Constructor & Destructor Documentation

TLocodServicePluginParams(TUid, MLocodServicePluginObserver &)

TLocodServicePluginParams ( TUid aUid,
MLocodServicePluginObserver & aObserver
) [inline]

Constructor.

Since
S60 v3.2

Parameters

TUid aUid Implementation UID of the plugin being constructed
MLocodServicePluginObserver & aObserver Callback interface object

Member Functions Documentation

ImplementationUid()

TUid ImplementationUid ( ) const [inline]

Gets the implementation UID of the plugin

Since
S60 v3.2

Observer()

MLocodServicePluginObserver & Observer ( ) const [inline]

Gets the observer interface object

Since
S60 v3.2

Member Data Documentation

const TUid iImplementationUid

const TUid iImplementationUid [private]

The implementation UID

MLocodServicePluginObserver & iObserver

MLocodServicePluginObserver & iObserver [private]

Reference to the observer object