coreapplicationuis/SysAp/Inc/SysApFeatureManager.h
branchRCL_3
changeset 82 4610cd70c542
parent 63 c2c61fdca848
--- a/coreapplicationuis/SysAp/Inc/SysApFeatureManager.h	Wed Sep 15 12:23:15 2010 +0300
+++ b/coreapplicationuis/SysAp/Inc/SysApFeatureManager.h	Wed Oct 13 14:43:04 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2003-2009 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 SlideSupported() const;
+    TBool CSysApFeatureManager::SlideSupported() const;
     
     /**
     * Returns whether Cover Display is supported.
@@ -264,14 +264,6 @@
      */
     TBool PowerKeyIsLockKey() const;
 
-    /**
-    * Returns whether GAN is supported.
-    *
-    * @since S60 3.2
-    * @return ETrue if feature is supported
-    */
-    TBool GanSupported() const;
-
 private:
 
     /**
@@ -397,12 +389,6 @@
      * Short press of power key invokes keylock
      */
     TBool iPowerKeyIsLockKey;
-
-    /**
-    * Generic Access Network (GAN) supported status.
-    */ 
-    TBool iGanSupported;
-
 };
 
 #endif // SYSAPFEATUREMANAGER_H