homescreensrv_plat/taskswitcher_api/tspropertydefs.h
changeset 115 3ab5c078b490
parent 109 e0aa398e6810
--- a/homescreensrv_plat/taskswitcher_api/tspropertydefs.h	Wed Aug 18 10:05:49 2010 +0300
+++ b/homescreensrv_plat/taskswitcher_api/tspropertydefs.h	Thu Sep 02 20:45:03 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";
 
 }