bearermanagement/mpm/inc/mpmserversession.h
changeset 40 c5b848e6c7d1
parent 20 9c97ad6591ae
child 41 bbb64eb3bdee
--- a/bearermanagement/mpm/inc/mpmserversession.h	Thu May 27 14:35:19 2010 +0300
+++ b/bearermanagement/mpm/inc/mpmserversession.h	Thu Jun 10 16:00:16 2010 +0300
@@ -53,7 +53,6 @@
 _LIT( KIapProxyServiceSetting, "IAP\\IAPService" );
 
 // FORWARD DECLARATIONS
-class CMPMDisconnectDlg;
 class CMPMConfirmDlgRoaming;
 class CMPMCommsDatAccess;
 class CMPMIapSelection;
@@ -592,7 +591,7 @@
         * @param aMessage message from client
         */
         void HandleServerProcessErrorL(const RMessage2& aMessage);
-
+        
         /**
         * Handling of prefered IAP notification registration.
         * @since 3.1
@@ -822,7 +821,7 @@
         * @param aUid Application Uid
         */
         TBool IsBackgroundApplication( TUint32 aUid ) const;
-
+        
         /**
         * Checks if disconnect dialog should be displayed for this error
         * @since 3.2
@@ -874,9 +873,6 @@
         // Server class reference
         CMPMServer& iMyServer;
 
-        // Pointer to the disconnect dialog active object
-        CMPMDisconnectDlg* iDisconnectDlg;
-
         // Pointer to the roaming confirmation dialog active object
         CMPMConfirmDlgRoaming* iConfirmDlgRoaming;
 
@@ -945,11 +941,6 @@
         // Set when this session is user connection
 		    //
         TBool iUserConnection;
-        
-        // Set when disconnect dialog is shown to avoid 
-        // showing duplicate cellulara data usage dialog
-        //
-        TBool iDisconnectDialogShown;
     };
 
 #include "mpmserversession.inl"