homescreensrv_plat/taskswitcher_api/tspropertydefs.h
changeset 102 8b8b34fa9751
parent 99 7aaf39b772ac
child 112 dbfb5e38438b
equal deleted inserted replaced
100:0920c6a9b6c8 102:8b8b34fa9751
    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";