MLocodServicePluginObserver Class Reference

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.

Since
S60 v3.2
Public Member Functions
void ManageServiceCompleted ( TLocodBearer , TBool , TUid , TInt )

Member Functions Documentation

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.

Since
S60 v3.2

Parameters

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.