CLocodServicePlugin Class Reference
class CLocodServicePlugin : public CBase
|
Service Plugin base class
This is the base class from which service plugins inherit.
When a service plugin is constructed, it should not start any service by default. A service is started on demand when the bearer is available.
Constructor & Destructor Documentation
CLocodServicePlugin(TLocodServicePluginParams &)
~CLocodServicePlugin()
~CLocodServicePlugin
|
(
|
)
|
[inline, virtual]
|
Member Functions Documentation
ImplementationUid()
TUid
|
ImplementationUid
|
(
|
)
|
const [inline]
|
ManageService(TLocodBearer, TBool)
void
|
ManageService
|
(
|
TLocodBearer
|
aBearer,
|
|
TBool
|
aStatus
|
|
)
|
[pure virtual]
|
Parameters
TLocodBearer
aBearer
|
the bearer identification
|
TBool
aStatus
|
the status of this bearer, ETrue if it is available; EFalse otherwise.
|
NewL(TLocodServicePluginParams &)
Observer()
Gets the observer interface object associated with this plugin
Member Data Documentation
const TUid iImplementationUid
const
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.
MLocodServicePluginObserver & iObserver
Holds the observer object which will be notified when the operations complete Not own.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.