diff -r 5e7d68cc22e0 -r 0818dd463d41 coreapplicationuis/SysAp/Inc/SysApFeatureManager.h --- 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