homescreensrv_plat/taskswitcher_api/tspropertydefs.h
changeset 112 dbfb5e38438b
parent 102 8b8b34fa9751
--- a/homescreensrv_plat/taskswitcher_api/tspropertydefs.h	Fri Aug 06 13:40:46 2010 +0300
+++ b/homescreensrv_plat/taskswitcher_api/tspropertydefs.h	Wed Aug 18 10:39:24 2010 +0300
@@ -22,9 +22,11 @@
 #if defined(__SYMBIAN32__) || defined(SYMBIAN)
     const TUid KCategory = {0x20022fc5};
     const TUint KVisibilityKey = 0x2002677F;
+    const TUint KDismissRequestKey = 0x20026781;
 #endif    
     const char KTsPath[] = "/TaskSwitcher";
     const char KVisibilityPath[] = "Visibility";
+    const char KDismissRequestPath[] = "DismissRequest";
 
 }