--- a/bearermanagement/mpm/inc/mpmiapselection.h Fri Feb 19 23:12:51 2010 +0200
+++ b/bearermanagement/mpm/inc/mpmiapselection.h Fri Mar 12 15:44:18 2010 +0200
@@ -22,12 +22,10 @@
#include "mpmserversession.h"
#include "mpmcommsdataccess.h"
-#include "mpmwlanavailability.h"
class CMPMDialog;
class CMPMWlanQueryDialog;
class CMPMConfirmDlgStarting;
-class MWlanAvailability;
class TMpmConnPref;
enum TOfflineNoteResponse
@@ -45,8 +43,7 @@
* @lib mpmserver.exe
* @since S60 v3.2
*/
-class CMPMIapSelection : public CBase,
- public MWlanAvailability
+class CMPMIapSelection : public CBase
{
public:
@@ -240,13 +237,6 @@
* @since 3.2
*/
void ConnectionStarted();
-
- /**
- * Triggers an information note. Note disappears automatically.
- *
- * @since 5.2
- */
- void TriggerInformationNoteL();
/**
* Get original MPM connection preferences
@@ -307,18 +297,6 @@
*/
void ImplicitConnectionWlanNoteL();
-private: // from MWlanAvailability
-
- /**
- * WLAN availability check response
- * @since 3.2
- * @param aError generic Symbian error response code
- * @param aResult Result of WLAN availability check
- * @return void
- */
- void WlanAvailabilityResponse( const TInt aError,
- const TBool aResult );
-
private:
/**