mtpfws/mtpfw/dataproviders/dataproviderapi/interface/mmtpdataproviderframework.h
changeset 17 aabe5387f5ce
parent 0 d0791faffa3f
child 14 60a94a45d437
equal deleted inserted replaced
0:d0791faffa3f 17:aabe5387f5ce
   294     /**
   294     /**
   295     Provides a handle to the MTP datacode generator, which generate the datacode of service properties , formats and methods etc.
   295     Provides a handle to the MTP datacode generator, which generate the datacode of service properties , formats and methods etc.
   296     @return Handle to the MTP datacode generator.
   296     @return Handle to the MTP datacode generator.
   297     */
   297     */
   298     virtual MMTPDataCodeGenerator& DataCodeGenerator() const = 0;
   298     virtual MMTPDataCodeGenerator& DataCodeGenerator() const = 0;
       
   299     
       
   300     /**
       
   301     Issues the specified notification to framework.
       
   302     @param aNotification The notification type identifier.
       
   303     @param aParams The notification type specific parameter block
       
   304     @leave One of the system wide error code if a processing failure occurs
       
   305     in the framework.
       
   306     */
       
   307     virtual void NotifyFrameworkL( TMTPNotificationToFramework aNotification, const TAny* aParams ) = 0;
   299    
   308    
   300     };
   309     };
   301 
   310 
   302 #endif // MMTPDATAPROVIDERFRAMEWORK_H
   311 #endif // MMTPDATAPROVIDERFRAMEWORK_H