homescreensrv_plat/taskswitcher_api/tspropertydefs.h
changeset 109 e0aa398e6810
parent 104 9b022b1f357c
child 112 dbfb5e38438b
equal deleted inserted replaced
104:9b022b1f357c 109:e0aa398e6810
    17 #ifndef TSPROPERTYDEFS_H
    17 #ifndef TSPROPERTYDEFS_H
    18 #define TSPROPERTYDEFS_H
    18 #define TSPROPERTYDEFS_H
    19 
    19 
    20 namespace TsProperty {
    20 namespace TsProperty {
    21 
    21 
    22 #if defined(Q_OS_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 #endif    
    25 #endif    
    26     const char KTsPath[] = "/TaskSwitcher";
    26     const char KTsPath[] = "/TaskSwitcher";
    27     const char KVisibilityPath[] = "Visibility";
    27     const char KVisibilityPath[] = "Visibility";