coreapplicationuis/SysAp/Inc/SysApFeatureManager.h
branchRCL_3
changeset 12 7645e9ce10dc
parent 4 0fdb7f6b0309
child 58 0818dd463d41
--- a/coreapplicationuis/SysAp/Inc/SysApFeatureManager.h	Fri Feb 19 22:58:54 2010 +0200
+++ b/coreapplicationuis/SysAp/Inc/SysApFeatureManager.h	Fri Mar 12 15:43:21 2010 +0200
@@ -253,6 +253,16 @@
     * @return ETrue if feature is supported
     */
     TBool FmTxRdsTextSupported() const;
+    
+    
+    /**
+     * Returns whether a short press of the power key
+     * triggers the keylock
+     * 
+     * @since S60 5.2
+     * @return ETrue if feature is supported 
+     */
+    TBool PowerKeyIsLockKey() const;
 
 private:
 
@@ -373,6 +383,12 @@
     * FM TX RDS Text support status.
     */
     TBool iFmTxRdsTextSupported;
+    
+    
+    /**
+     * Short press of power key invokes keylock
+     */
+    TBool iPowerKeyIsLockKey;
 };
 
 #endif // SYSAPFEATUREMANAGER_H