homescreensrv_plat/taskswitcher_api/tspropertydefs.h
changeset 112 dbfb5e38438b
parent 102 8b8b34fa9751
equal deleted inserted replaced
107:b34d53f6acdf 112:dbfb5e38438b
    20 namespace TsProperty {
    20 namespace TsProperty {
    21 
    21 
    22 #if defined(__SYMBIAN32__) || defined(SYMBIAN)
    22 #if defined(__SYMBIAN32__) || defined(SYMBIAN)
    23     const TUid KCategory = {0x20022fc5};
    23     const TUid KCategory = {0x20022fc5};
    24     const TUint KVisibilityKey = 0x2002677F;
    24     const TUint KVisibilityKey = 0x2002677F;
       
    25     const TUint KDismissRequestKey = 0x20026781;
    25 #endif    
    26 #endif    
    26     const char KTsPath[] = "/TaskSwitcher";
    27     const char KTsPath[] = "/TaskSwitcher";
    27     const char KVisibilityPath[] = "Visibility";
    28     const char KVisibilityPath[] = "Visibility";
       
    29     const char KDismissRequestPath[] = "DismissRequest";
    28 
    30 
    29 }
    31 }
    30 
    32 
    31 #endif // TSPROPERTYDEFS_H
    33 #endif // TSPROPERTYDEFS_H
    32     
    34