idlefw/plugins/profileplugin/inc/maiprofilepluginnotifier.h
branchRCL_3
changeset 8 d0529222e3f0
parent 0 79c6a41cd166
equal deleted inserted replaced
4:1a2a00e78665 8:d0529222e3f0
    28 *
    28 *
    29 * @since S60 v3.2
    29 * @since S60 v3.2
    30 */
    30 */
    31 class MAiProfilePluginNotifier 
    31 class MAiProfilePluginNotifier 
    32     {
    32     {
    33     public: 
    33 public: 
    34 
    34 
    35         /**
    35     /**
    36         * Virtual method, which the plugin class has to implement.
    36     * Virtual method, which the plugin class has to implement.
    37 		* Method is used to send notification of P&S data's change event
    37     * Method is used to send notification of P&S data's change event
    38 		* from engine to plugin.
    38     * from engine to plugin.
    39         *
    39     */
    40         */
    40 	virtual void NotifyContentUpdate() = 0;  
    41 	inline virtual void NotifyContentUpdate() = 0;  
       
    42     };
    41     };
    43 
    42 
    44 #endif //MAIPROFILEPLUGINNOTIFIER_H  
    43 #endif // MAIPROFILEPLUGINNOTIFIER_H
       
    44 
       
    45 // End of file