mtpfws/mtpfw/dataproviders/dataproviderapi/interface/mmtpdataproviderframework.h
branchRCL_3
changeset 14 60a94a45d437
parent 11 4843bb5893b6
--- a/mtpfws/mtpfw/dataproviders/dataproviderapi/interface/mmtpdataproviderframework.h	Mon Mar 15 12:43:12 2010 +0200
+++ b/mtpfws/mtpfw/dataproviders/dataproviderapi/interface/mmtpdataproviderframework.h	Wed Mar 31 22:58:56 2010 +0300
@@ -305,7 +305,13 @@
     in the framework.
     */
     virtual void NotifyFrameworkL( TMTPNotificationToFramework aNotification, const TAny* aParams ) = 0;
-   
+    
+    /**
+    Register the current request as pending request. The pending request will be handled
+    after enumeration done.
+    */
+    virtual void RegisterPendingRequest(TUint aTimeOut = 0) = 0;
+     
     };
 
 #endif // MMTPDATAPROVIDERFRAMEWORK_H