mtpfws/mtpfw/dataproviders/dataproviderapi/interface/mmtpdataproviderframework.h
branchRCL_3
changeset 14 60a94a45d437
parent 11 4843bb5893b6
equal deleted inserted replaced
12:8b094906a049 14:60a94a45d437
   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