phonebookengines/contactsmodel/cntsrv/inc/persistencelayer.h
branchRCL_3
changeset 26 0d28c1c5b6dd
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
--- 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.