mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/mediamtpdataprovider/inc/cmediamtpdataprovider.h
changeset 27 cbb1bfb7ebfb
parent 25 d881023c13eb
equal deleted inserted replaced
25:d881023c13eb 27:cbb1bfb7ebfb
   111     * Notify the data provider that the object has been changed
   111     * Notify the data provider that the object has been changed
   112     * @param aObject    the changed object
   112     * @param aObject    the changed object
   113     */
   113     */
   114     void RenameObjectL( const TMTPNotificationParamsHandle& aObject );
   114     void RenameObjectL( const TMTPNotificationParamsHandle& aObject );
   115 
   115 
       
   116     /**
       
   117     * Notify the data provider that the object has been added
       
   118     * @param aObjectHandle    the added object handle
       
   119     */
       
   120     void ObjectAddedL( TUint32 aObjectHandle );
       
   121 
   116     void StartObjectEnumerationL( TUint32 aStorageId );
   122     void StartObjectEnumerationL( TUint32 aStorageId );
   117 
   123 
   118     void StartStorageEnumerationL();
   124     void StartStorageEnumerationL();
   119 
   125 
   120     /**
   126     /**