metadataengine/server/inc/mdsnotifier.h
changeset 23 33ae025ac1e8
parent 21 50bf9db68373
equal deleted inserted replaced
21:50bf9db68373 23:33ae025ac1e8
    98 				
    98 				
    99 				/**
    99 				/**
   100 				*	Return the id of this entry
   100 				*	Return the id of this entry
   101 				*	@return The id
   101 				*	@return The id
   102 				*/
   102 				*/
   103 				TInt Id()
   103 				TInt Id() const
   104 					{
   104 					{
   105 					return iId;
   105 					return iId;
   106 					}
   106 					}
   107 
   107 
   108 				/**
   108 				/**
   353                                            CMdSManipulationEngine* aMEngine );
   353                                            CMdSManipulationEngine* aMEngine );
   354 
   354 
   355 		void NotifySchemaAddedL();
   355 		void NotifySchemaAddedL();
   356 		
   356 		
   357 		TBool CheckForNotifier( TUint32 aNotifyTypes );
   357 		TBool CheckForNotifier( TUint32 aNotifyTypes );
   358 	
   358 
       
   359     private:
       
   360 		
       
   361 		static TInt Compare( const TEntry& aFirst, const TEntry& aSecond );
       
   362 		
   359 	private: // data members
   363 	private: // data members
   360 
   364 
   361         /** the entry array */
   365         /** the entry array */
   362         RArray<TEntry> iEntries;
   366         RArray<TEntry> iEntries;
   363 
   367