bearermanagement/mpm/inc/mpmwlanquerydialog.h
branchRCL_3
changeset 17 c14618f9de99
parent 0 5a93021fdf25
--- a/bearermanagement/mpm/inc/mpmwlanquerydialog.h	Wed Mar 31 22:15:10 2010 +0300
+++ b/bearermanagement/mpm/inc/mpmwlanquerydialog.h	Wed Apr 14 16:22:04 2010 +0300
@@ -25,7 +25,8 @@
 #include <wifiprotuiclient.h>
 #include <wifiprotreturn.h>
 
-#include "mpmiapselection.h" // for TOfflineNoteResponse
+#include "mpmcommsdataccess.h"
+
 
 // ID of Easy Wep dialog
 const TUid KUidEasyWepDlg = { 0x101FD673 };
@@ -135,12 +136,10 @@
          * Used if there are several dialogs queued.
          *
          * @param aWlanIapId     Selected WLAN IAP
-         * @param aOfflineStatus Offline note response
          * @param aDialogStatus  Status of the dialog when destroyed.
          * @since 3.2
          */
         void OfferInformation( TUint32 aWlanIapId, 
-                               TOfflineNoteResponse aOfflineStatus,
                                TInt aDialogStatus );
 
         CMPMWlanQueryDialog( CMPMIapSelection&  aSession,