| 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.
| Public Member Functions | |
|---|---|
| void | CancelNotifier(TUid) |
| void | StartNotifierL(TUid, const TDesC8 &, TDes8 &) |
| void | UpdateNotifierL(TUid, const TDesC8 &, TDes8 &) |
| Protected Member Functions | |
|---|---|
| MEikSrvNotifierManager() | |
| Private Member Functions | |
|---|---|
| IMPORT_C void | MEikSrvNotifierManager_Reserved1() |
| IMPORT_C void | MEikSrvNotifierManager_Reserved2() |
| Private Attributes | |
|---|---|
| TInt | iMEikSrvNotifierManager_Spare1 |
| IMPORT_C void | MEikSrvNotifierManager_Reserved1 | ( | ) | [private, virtual] |
| IMPORT_C void | MEikSrvNotifierManager_Reserved2 | ( | ) | [private, virtual] |
| void | StartNotifierL | ( | TUid | aNotifierUid, |
| const TDesC8 & | aBuffer, | |||
| TDes8 & | aResponse | |||
| ) | [pure virtual] | |||
| void | UpdateNotifierL | ( | TUid | aNotifierUid, |
| const TDesC8 & | aBuffer, | |||
| TDes8 & | aResponse | |||
| ) | [pure virtual] | |||