--- a/idlefw/plugins/profileplugin/inc/maiprofilepluginnotifier.h Tue Feb 02 00:23:10 2010 +0200
+++ b/idlefw/plugins/profileplugin/inc/maiprofilepluginnotifier.h Fri Feb 19 23:07:29 2010 +0200
@@ -30,15 +30,16 @@
*/
class MAiProfilePluginNotifier
{
- public:
+public:
- /**
- * Virtual method, which the plugin class has to implement.
- * Method is used to send notification of P&S data's change event
- * from engine to plugin.
- *
- */
- inline virtual void NotifyContentUpdate() = 0;
+ /**
+ * Virtual method, which the plugin class has to implement.
+ * Method is used to send notification of P&S data's change event
+ * from engine to plugin.
+ */
+ virtual void NotifyContentUpdate() = 0;
};
-#endif //MAIPROFILEPLUGINNOTIFIER_H
\ No newline at end of file
+#endif // MAIPROFILEPLUGINNOTIFIER_H
+
+// End of file