CActiveFavouritesDbNotifier Class Reference
class CActiveFavouritesDbNotifier : public CActive |
ActiveFavouritesDbNotifier is an Active object encapsulating a favourites database notifier. Once this notifier is Start()-ed, it keeps watching the database and notifies the observer, until the database is closed by all clients (i.e. released by DBMS), or it is DoCancel()-led.
Inherits from
- CActiveFavouritesDbNotifier
Protected Member Functions |
---|
IMPORT_C void | DoCancel() |
IMPORT_C void | RunL() |
Constructor & Destructor Documentation
CActiveFavouritesDbNotifier(RFavouritesDb &, MFavouritesDbObserver &)
~CActiveFavouritesDbNotifier()
IMPORT_C | ~CActiveFavouritesDbNotifier | ( | ) | [virtual] |
Member Functions Documentation
DoCancel()
IMPORT_C void | DoCancel | ( | ) | [protected, virtual] |
Cancel any outstading request. It's implementation of the Cancel protocol;
- Since
- 0.9
NotifyChange()
void | NotifyChange | ( | ) | [private] |
Request database change notification from the Favourites Engine.
- Since
- 0.9
RunL()
IMPORT_C void | RunL | ( | ) | [protected, virtual] |
Invoked when the outstanding request completes.
- Since
- 0.9
Start()
Start the notifier. The notification request is automatically renewed until it is cancelled, or the database is closed by all clients (i.e. released by DBMS).
- Since
- 0.9
Member Data Documentation
RFavouritesDbNotifier
iNotifier
MFavouritesDbObserver * iObserver
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.