diff -r 502e5d91ad42 -r 15e4dd19031c idlefw/plugins/sapidataplugin/inc/sapidatapluginconst.h --- a/idlefw/plugins/sapidataplugin/inc/sapidatapluginconst.h Mon Mar 15 12:41:53 2010 +0200 +++ b/idlefw/plugins/sapidataplugin/inc/sapidatapluginconst.h Wed Mar 31 22:04:35 2010 +0300 @@ -48,6 +48,7 @@ _LIT( KPubData, "publisher" ); _LIT( KCpData_PubData, "cp_data:publisher"); +_LIT8( KPluginId, "plugin_id"); _LIT8( KFilter, "filter" ); _LIT8( KDataMap, "data_map"); _LIT8( KActionTrigger, "action_trigger" ); @@ -78,19 +79,20 @@ _LIT( KUpdate, "update" ); _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"); +_LIT8( KDeActive, "deactive"); +_LIT8( KActive, "active"); +_LIT8( KSystemStartup, "systemstartup"); +_LIT8( KPageStartup, "pagestartup"); +_LIT8( KPluginStartup, "pluginstartup"); +_LIT8( KSuspend , "suspend"); +_LIT8( KResume, "resume"); +_LIT8( KSystemShutdown, "systemshutdown"); +_LIT8( KPageShutdown, "pageshutdown"); +_LIT8( KPluginShutdown, "pluginshutdown"); +_LIT8( KOnLine, "online"); +_LIT8( KOffLine, "offline"); +_LIT8( KInActive, "inactive"); + // reserved extension for retrieving mask handle _LIT8( KMask, "_mask");