coreapplicationuis/SysAp/Inc/SysApAppUi.h
branchRCL_3
changeset 18 0818dd463d41
parent 17 5e7d68cc22e0
child 19 924385140d98
--- 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;
 
     };