metadataengine/server/inc/mdsserversession.h
changeset 23 33ae025ac1e8
parent 3 b73a2e62868f
child 27 4a4892eec172
equal deleted inserted replaced
21:50bf9db68373 23:33ae025ac1e8
   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__