mtpfws/mtpfw/dataproviders/dataproviderapi/interface/mmtpdataproviderframework.h
changeset 20 6e82ae192c3a
parent 17 aabe5387f5ce
equal deleted inserted replaced
18:1b39655331a3 20:6e82ae192c3a
   303     @param aParams The notification type specific parameter block
   303     @param aParams The notification type specific parameter block
   304     @leave One of the system wide error code if a processing failure occurs
   304     @leave One of the system wide error code if a processing failure occurs
   305     in the framework.
   305     in the framework.
   306     */
   306     */
   307     virtual void NotifyFrameworkL( TMTPNotificationToFramework aNotification, const TAny* aParams ) = 0;
   307     virtual void NotifyFrameworkL( TMTPNotificationToFramework aNotification, const TAny* aParams ) = 0;
   308    
   308     
       
   309     /**
       
   310     Register the current request as pending request. The pending request will be handled
       
   311     after enumeration done.
       
   312     */
       
   313     virtual void RegisterPendingRequest(TUint aTimeOut = 0) = 0;
       
   314      
   309     };
   315     };
   310 
   316 
   311 #endif // MMTPDATAPROVIDERFRAMEWORK_H
   317 #endif // MMTPDATAPROVIDERFRAMEWORK_H