|
||
class MEikSrvNotifierManager;
Interface to allow notifiers to manage their own startup/shutdown. This class is likely to be of most interest to notifiers
that observe engines using publically available APIs rather than those that are run via RNotifier
.
Defined in MEikSrvNotifierManager
:
CancelNotifier(TUid)
MEikSrvNotifierManager()
Constructor for MEikSrvNotifierManager MEikSrvNotifierManager_Reserved1()
Reserved for future use MEikSrvNotifierManager_Reserved2()
Reserved for future use StartNotifierL(TUid,const TDesC8 &,TDes8 &)
UpdateNotifierL(TUid,const TDesC8 &,TDes8 &)
virtual void StartNotifierL(TUid aNotifierUid, const TDesC8 &aBuffer, TDes8 &aResponse)=0;
|
virtual void UpdateNotifierL(TUid aNotifierUid, const TDesC8 &aBuffer, TDes8 &aResponse)=0;
|
private: IMPORT_C virtual void MEikSrvNotifierManager_Reserved1();
Reserved for future use
private: IMPORT_C virtual void MEikSrvNotifierManager_Reserved2();
Reserved for future use