coreapplicationuis/SysAp/Inc/SysApAppUi.h
branchRCL_3
changeset 82 4610cd70c542
parent 63 c2c61fdca848
--- a/coreapplicationuis/SysAp/Inc/SysApAppUi.h	Wed Sep 15 12:23:15 2010 +0300
+++ b/coreapplicationuis/SysAp/Inc/SysApAppUi.h	Wed Oct 13 14:43:04 2010 +0300
@@ -98,8 +98,6 @@
 class CSysApDriveUnlockHandler;
 class CSysApDriveEjectHandler;
 
-class CSysApGanHandler;
-
 class CSysApBatteryInfoController;
 
 //CONSTANTS
@@ -738,13 +736,6 @@
         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
@@ -1439,7 +1430,7 @@
         * @since S60 3.2
         * @return reference to CSysApCenRepLogsObserver object
         */
-        CSysApCenRepLogsObserver& LogsObserverL();
+        CSysApCenRepLogsObserver& CSysApAppUi::LogsObserverL();
 
     /**
      * Adds MMC removal item(s) to power menu.
@@ -1701,12 +1692,6 @@
     //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;
 
     };