taskswitcher/contextengine/tsfswserver/engine/inc/tsfswidgetlist.h
branchRCL_3
changeset 11 ff572dfe6d86
parent 4 4d54b72983ae
child 17 b8fae6b8a148
equal deleted inserted replaced
9:f966699dea19 11:ff572dfe6d86
    20 #define TSFSWIDGETLIST_H_
    20 #define TSFSWIDGETLIST_H_
    21 
    21 
    22 #include <e32base.h>
    22 #include <e32base.h>
    23 #include <widgetregistryclient.h>
    23 #include <widgetregistryclient.h>
    24 
    24 
       
    25 _LIT(KWidgetAppName, "widgetlauncher.exe");
       
    26 
    25 const TUint32 KWidgetAppUidValue = 0x10282822;
    27 const TUint32 KWidgetAppUidValue = 0x10282822;
       
    28 
       
    29 const TInt KCloseWidgetCmd(2);
    26 
    30 
    27 /**
    31 /**
    28  * class handling the list of running wrt widgets
    32  * class handling the list of running wrt widgets
    29  */
    33  */
    30 NONSHARABLE_CLASS(CTsFsWidgetList) : public CBase
    34 NONSHARABLE_CLASS(CTsFsWidgetList) : public CBase