messagingfw/msgsrvnstore/server/inc/msvsearchsortcachemanager.h
changeset 15 ff168ad79dda
parent 0 8e480a14352b
child 35 f8ad95794a08
--- a/messagingfw/msgsrvnstore/server/inc/msvsearchsortcachemanager.h	Tue Feb 02 10:12:21 2010 +0200
+++ b/messagingfw/msgsrvnstore/server/inc/msvsearchsortcachemanager.h	Fri Apr 16 15:27:42 2010 +0300
@@ -89,6 +89,11 @@
 	void RetrunQuery(TInt aIndex, CMsvSearchSortQuery* aCLientQuery);
 	void ResetSearchSortCache();
 	TSearchSortDbWrapper* GetDbWrapper();
+	//For Simultaneously query
+	void AddOutstandingSOSOperation();
+	TInt OutstandingSOSOperations();
+	
+	
 private:
     static CMSvSearchSortCacheManager* CreateManagerL(CMsvServer& aServer); //Private CreateL
     void ConstructL(); //Private Constructor.
@@ -125,7 +130,9 @@
 	CMsvServer &iServer;
 	CMsvSearchSortDeltaCache* iSearchSortDeltaCache;
 	TSearchSortDbWrapper* iSearchDbAdapter;
-
+	//For Simultaneously query
+	mutable TInt iOutstandingSOSOperations;
+	
     friend class CMsvIndexAdapter;
 	friend class CMsvServer;
 	friend class CMsvSearchSortCacheEntry;