diff -r 5586b4d2ec3e -r 0d28c1c5b6dd phonebookengines/contactsmodel/cntsrv/inc/persistencelayer.h --- a/phonebookengines/contactsmodel/cntsrv/inc/persistencelayer.h Wed Apr 14 15:45:35 2010 +0300 +++ b/phonebookengines/contactsmodel/cntsrv/inc/persistencelayer.h Tue Apr 27 16:23:35 2010 +0300 @@ -242,6 +242,17 @@ /** + * This interface defines a function to close the resource + * which is running and depends on RSqlDatabase. + */ +class MLplSqlDatabaseObserver + { +public: + virtual void OnCloseL() = 0; + }; + + +/** This interface provides a simplified way of querying the database. The result of the query is typically an array of the contact IDs satisfying the given criteria. For example, IDs of all the contacts changed since the given date.