diff -r 5e7d68cc22e0 -r 0818dd463d41 coreapplicationuis/SysAp/Inc/SysApAppUi.h --- a/coreapplicationuis/SysAp/Inc/SysApAppUi.h Thu Jul 15 18:49:38 2010 +0300 +++ b/coreapplicationuis/SysAp/Inc/SysApAppUi.h Thu Aug 19 10:05:08 2010 +0300 @@ -98,6 +98,8 @@ class CSysApDriveUnlockHandler; class CSysApDriveEjectHandler; +class CSysApGanHandler; + class CSysApBatteryInfoController; //CONSTANTS @@ -736,6 +738,13 @@ void SetSignalIndicatorWcdmaL(); /** + * Gets called by SetSignalIndicatorL() when in Gan network + * @param None + * @return void + */ + void SetSignalIndicatorGanL(); + + /** * Handles GPRS suspend/resume notes if feature supported. * ie. Gprs state icon or common signal icon. * @param None @@ -1430,7 +1439,7 @@ * @since S60 3.2 * @return reference to CSysApCenRepLogsObserver object */ - CSysApCenRepLogsObserver& CSysApAppUi::LogsObserverL(); + CSysApCenRepLogsObserver& LogsObserverL(); /** * Adds MMC removal item(s) to power menu. @@ -1692,6 +1701,12 @@ //Flag to record if the TD network is enalbed. TBool iTDEnable; TBool IsDefaultPowerKeyBehavior(); + + // Are we in GAN mode + TBool iGanEnabled; + + // Handler for GAN events + CSysApGanHandler* iSysApGanHandler; };