diff -r 1a2a00e78665 -r d0529222e3f0 idlefw/plugins/sapidataplugin/inc/sapidatapluginconst.h --- a/idlefw/plugins/sapidataplugin/inc/sapidatapluginconst.h Tue Feb 02 00:23:10 2010 +0200 +++ b/idlefw/plugins/sapidataplugin/inc/sapidatapluginconst.h Fri Feb 19 23:07:29 2010 +0200 @@ -36,6 +36,7 @@ _LIT(KPlugin, "plugin"); _LIT(KNewsTicker ,"newsticker"); +_LIT(KTextEditor, "texteditor"); // CPS Constants @@ -79,8 +80,14 @@ _LIT(KWidget, "hswidget"); _LIT( KDeActive, "deactive"); _LIT( KActive, "active"); +_LIT( KSystemStartup, "systemstartup"); +_LIT( KPageStartup, "pagestartup"); +_LIT( KPluginStartup, "pluginstartup"); _LIT( KSuspend , "suspend"); _LIT( KResume, "resume"); +_LIT( KSystemShutdown, "systemshutdown"); +_LIT( KPageShutdown, "pageshutdown"); +_LIT( KPluginShutdown, "pluginshutdown"); _LIT( KOnLine, "online"); _LIT( KOffLine, "offline"); _LIT( KInActive, "inactive");