mtpfws/mtpfw/dataproviders/dataproviderapi/interface/mmtpdataproviderframework.h
changeset 17 aabe5387f5ce
parent 0 d0791faffa3f
child 14 60a94a45d437
--- a/mtpfws/mtpfw/dataproviders/dataproviderapi/interface/mmtpdataproviderframework.h	Tue Feb 02 01:11:40 2010 +0200
+++ b/mtpfws/mtpfw/dataproviders/dataproviderapi/interface/mmtpdataproviderframework.h	Fri Mar 19 09:40:39 2010 +0200
@@ -296,6 +296,15 @@
     @return Handle to the MTP datacode generator.
     */
     virtual MMTPDataCodeGenerator& DataCodeGenerator() const = 0;
+    
+    /**
+    Issues the specified notification to framework.
+    @param aNotification The notification type identifier.
+    @param aParams The notification type specific parameter block
+    @leave One of the system wide error code if a processing failure occurs
+    in the framework.
+    */
+    virtual void NotifyFrameworkL( TMTPNotificationToFramework aNotification, const TAny* aParams ) = 0;
    
     };