equal
deleted
inserted
replaced
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 |