diff -r f8e15b44d440 -r 4843bb5893b6 mtpfws/mtpfw/dataproviders/dataproviderapi/interface/mmtpdataproviderframework.h --- a/mtpfws/mtpfw/dataproviders/dataproviderapi/interface/mmtpdataproviderframework.h Fri Feb 19 23:40:44 2010 +0200 +++ b/mtpfws/mtpfw/dataproviders/dataproviderapi/interface/mmtpdataproviderframework.h Fri Mar 12 15:46:41 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; };