idlefw/plugins/sapidataplugin/inc/sapidatapluginconst.h
branchRCL_3
changeset 9 d0529222e3f0
parent 0 79c6a41cd166
child 51 15e4dd19031c
--- 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");