metadataengine/server/inc/mdsnotifier.h
branchRCL_3
changeset 8 50de4d668bb6
parent 7 3cebc1a84278
equal deleted inserted replaced
7:3cebc1a84278 8:50de4d668bb6
    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