diff -r 3b0cec605979 -r c5b848e6c7d1 bearermanagement/mpm/inc/mpmserver.h --- a/bearermanagement/mpm/inc/mpmserver.h Thu May 27 14:35:19 2010 +0300 +++ b/bearermanagement/mpm/inc/mpmserver.h Thu Jun 10 16:00:16 2010 +0300 @@ -49,9 +49,8 @@ // const TInt KPhoneRetryTimeout = 100000; -// The granularity with which iDisconnectQueue will allocate memory chunks. -// If set to two there will be space for two instances of CMPMDisconnectDlg -// before new memory will be allocated. +// The granularity with which roaming and starting dialogs will allocate memory chunks. +// If set to two there will be space for two instances before new memory will be allocated. const TInt KGranularity = 2; // Security policy definitions @@ -187,7 +186,6 @@ class CMPMConnMonEvents; class CMPMServerSession; class CMPMDtmWatcher; -class CMPMDisconnectDlg; class CMPMConfirmDlgRoaming; class CMPMConfirmDlgStarting; class CMPMDefaultConnection; @@ -588,13 +586,6 @@ inline TBool IsWLANScanRequired() const; /** - * Get the DisconnectQueue. - * @since 3.2 - * @return Pointer to the DisconnectQueue. - */ - inline CArrayPtrFlat* DisconnectQueue(); - - /** * Get the RoamingQueue. * @since 3.2 * @return Pointer to the RoamingQueue. @@ -880,9 +871,6 @@ // Is WLAN scan required or not before displaying Connection Dialog TBool iWLANScanRequired; - // Solves problem with overlapping Disconnect Dialogs - CArrayPtrFlat* iDisconnectQueue; - // Solves problem with overlapping Roaming Dialogs CArrayPtrFlat* iRoamingQueue;