metadataengine/server/inc/mdsserversession.h
branchRCL_3
changeset 17 50de4d668bb6
parent 3 b73a2e62868f
child 27 4a4892eec172
equal deleted inserted replaced
15:3cebc1a84278 17:50de4d668bb6
   434 
   434 
   435        /**
   435        /**
   436         * Cache of notification events
   436         * Cache of notification events
   437         */        
   437         */        
   438     	RPointerArray<CNotificationCacheItem> iNotificationCache;
   438     	RPointerArray<CNotificationCacheItem> iNotificationCache;
       
   439     	
       
   440 	private: // Compare methods
       
   441     	
       
   442         static TInt ComparePropertiesCacheItem( const CNotificationCacheItem& aFirst, const CNotificationCacheItem& aSecond );
   439     };
   443     };
   440 
   444 
   441 #endif // __MDESERVERSESSION_H__
   445 #endif // __MDESERVERSESSION_H__