coreapplicationuis/SysAp/Inc/SysApFeatureManager.h
branchRCL_3
changeset 1 0fdb7f6b0309
parent 0 2e3d3ce01487
child 2 7645e9ce10dc
--- a/coreapplicationuis/SysAp/Inc/SysApFeatureManager.h	Tue Feb 02 10:12:00 2010 +0200
+++ b/coreapplicationuis/SysAp/Inc/SysApFeatureManager.h	Fri Feb 19 22:58:54 2010 +0200
@@ -180,6 +180,14 @@
     TBool GripNotSupported() const;
     
     /**
+	* Returns whether SlideSupported is set.
+	*
+	* @since S60 9.2
+	* @return ETrue if feature is set
+	*/  
+    TBool CSysApFeatureManager::SlideSupported() const;
+    
+    /**
     * Returns whether Cover Display is supported.
     *
     * @since S60 3.2
@@ -322,6 +330,11 @@
     TBool iGripNotSupported;
     
     /**
+	* Slide supported status.
+	*/ 
+	TBool iSlideSupported;
+    
+    /**
     * Cover display support status.
     */
     TBool iCoverDisplaySupported;