|
|
|
|
Location:
CNTDB.H
Link against: cntmodel.lib
class CContactChangeNotifier : public CBase;
Receives events reporting changes to a contact database.
After the change notifier has been created, it notifies the specified observer whenever a change takes place to the database.
CBase - Base class for all classes to be instantiated on the heap
CContactChangeNotifier - Receives events reporting changes to a contact database
Defined in CContactChangeNotifier:
NewL(), ~CContactChangeNotifier()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
static IMPORT_C CContactChangeNotifier *NewL(CContactDatabase &aDatabase, MContactDbObserver *aObserver);
Allocates and constructs a new contact database change notifier.
|
|