class MLocodServicePluginObserver |
LCD Service Plugin Observer interface class
This is the service plugin observer interface definition used by LCD Service Plugins to inform the daemon when an action is complete.
Public Member Functions | |
---|---|
void | ManageServiceCompleted(TLocodBearer, TBool, TUid, TInt) |
void | ManageServiceCompleted | ( | TLocodBearer | aBearer, |
TBool | aStatus, | |||
TUid | aServiceImplUid, | |||
TInt | err | |||
) | [pure virtual] |
This is a callback function used by the plugins to inform when managing the service have completed. The parameters passed should be identical to the ones used when the plugin's ManageService() was called, plus this service plugin's implemnetation UID and the completion status.
TLocodBearer aBearer | the bearer identification passed in ManageService() |
TBool aStatus | the status of this bearer passed in ManageService() |
TUid aServiceImplUid | |
TInt err | KErrNone if the operation succeeded; otherwise a Symbian error code. |
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.