metadataengine/server/inc/mdsserversession.h
branchRCL_3
changeset 8 50de4d668bb6
parent 2 b73a2e62868f
child 13 4a4892eec172
--- a/metadataengine/server/inc/mdsserversession.h	Mon Mar 15 12:42:24 2010 +0200
+++ b/metadataengine/server/inc/mdsserversession.h	Wed Mar 31 22:19:07 2010 +0300
@@ -436,6 +436,10 @@
         * Cache of notification events
         */        
     	RPointerArray<CNotificationCacheItem> iNotificationCache;
+    	
+	private: // Compare methods
+    	
+        static TInt ComparePropertiesCacheItem( const CNotificationCacheItem& aFirst, const CNotificationCacheItem& aSecond );
     };
 
 #endif // __MDESERVERSESSION_H__