servicewidget/inc/servicewidgetcpglobals.h
branchRCL_3
changeset 18 36d367c62acb
parent 0 5e5d6b214f4f
--- a/servicewidget/inc/servicewidgetcpglobals.h	Tue Apr 27 16:24:22 2010 +0300
+++ b/servicewidget/inc/servicewidgetcpglobals.h	Tue May 11 16:01:07 2010 +0300
@@ -67,6 +67,8 @@
 
 //Supported Commands
 _LIT8( KAdd, "Add" );
+_LIT8(KGetList,"GetList");
+_LIT8(KResults,"results");
 // Input arguments
 _LIT8( KType, "type" );
 _LIT8( KItem, "item" );
@@ -114,7 +116,7 @@
 _LIT(KServiceWidget, "servicewidget");
 //UID 20021383 is of Publisher used here as constant to avoid conflict with any other 
 //Homescreen widget.This will be suffix to publisher name to make unique id for theme.
-_LIT( KThemeUid, "_20021383"); 
+_LIT( KThemeUid, ":0x20021383"); 
 _LIT8( KTemplateType, "template_type");
 _LIT8( KWidgetName,   "widget_name");
 _LIT8( KWidgetInfo,   "widget_info");