metadataengine/server/inc/mdsnotifier.h
branchRCL_3
changeset 8 50de4d668bb6
parent 7 3cebc1a84278
--- a/metadataengine/server/inc/mdsnotifier.h	Mon Mar 15 12:42:24 2010 +0200
+++ b/metadataengine/server/inc/mdsnotifier.h	Wed Mar 31 22:19:07 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 */