MCchServiceObserver Class Reference

class MCchServiceObserver
CCHServiceObserver declaration.
Since
S60 3.2

Member Functions Documentation

ServiceStateChanged(const TServiceSelection, TCCHSubserviceState, TInt)

voidServiceStateChanged(const TServiceSelectionaServiceSelection,
TCCHSubserviceStateaState,
TIntaError
)[pure virtual]
CCchService implementation have to use this callback method when service state changed. Otherwise CCH doesn't forward notifications to the clients.
Since
S60 3.2

Parameters

const TServiceSelection aServiceSelection
TCCHSubserviceState aStatea new state of the service.
TInt aErrorKErrNone if no error occured, otherwise see CCHError.h.