coreapplicationuis/SysAp/Inc/SysApFeatureManager.h
branchRCL_3
changeset 18 0818dd463d41
parent 2 7645e9ce10dc
child 19 924385140d98
--- a/coreapplicationuis/SysAp/Inc/SysApFeatureManager.h	Thu Jul 15 18:49:38 2010 +0300
+++ b/coreapplicationuis/SysAp/Inc/SysApFeatureManager.h	Thu Aug 19 10:05:08 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies). 
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -185,7 +185,7 @@
 	* @since S60 9.2
 	* @return ETrue if feature is set
 	*/  
-    TBool CSysApFeatureManager::SlideSupported() const;
+    TBool SlideSupported() const;
     
     /**
     * Returns whether Cover Display is supported.
@@ -264,6 +264,14 @@
      */
     TBool PowerKeyIsLockKey() const;
 
+    /**
+    * Returns whether GAN is supported.
+    *
+    * @since S60 3.2
+    * @return ETrue if feature is supported
+    */
+    TBool GanSupported() const;
+
 private:
 
     /**
@@ -389,6 +397,12 @@
      * Short press of power key invokes keylock
      */
     TBool iPowerKeyIsLockKey;
+
+    /**
+    * Generic Access Network (GAN) supported status.
+    */ 
+    TBool iGanSupported;
+
 };
 
 #endif // SYSAPFEATUREMANAGER_H