metadataengine/server/inc/mdsnotifier.h
changeset 23 33ae025ac1e8
parent 21 50bf9db68373
--- a/metadataengine/server/inc/mdsnotifier.h	Fri Apr 16 15:23:55 2010 +0300
+++ b/metadataengine/server/inc/mdsnotifier.h	Mon May 03 12:55:01 2010 +0300
@@ -100,7 +100,7 @@
 				*	Return the id of this entry
 				*	@return The id
 				*/
-				TInt Id()
+				TInt Id() const
 					{
 					return iId;
 					}
@@ -355,7 +355,11 @@
 		void NotifySchemaAddedL();
 		
 		TBool CheckForNotifier( TUint32 aNotifyTypes );
-	
+
+    private:
+		
+		static TInt Compare( const TEntry& aFirst, const TEntry& aSecond );
+		
 	private: // data members
 
         /** the entry array */