bearermanagement/mpm/inc/mpmwlanquerydialog.h
branchRCL_3
changeset 17 c14618f9de99
parent 0 5a93021fdf25
equal deleted inserted replaced
15:4dc3bb0099b0 17:c14618f9de99
    23 #include <wdbifwlansettings.h> //for struct
    23 #include <wdbifwlansettings.h> //for struct
    24 #include <ConnectionUiUtilities.h>
    24 #include <ConnectionUiUtilities.h>
    25 #include <wifiprotuiclient.h>
    25 #include <wifiprotuiclient.h>
    26 #include <wifiprotreturn.h>
    26 #include <wifiprotreturn.h>
    27 
    27 
    28 #include "mpmiapselection.h" // for TOfflineNoteResponse
    28 #include "mpmcommsdataccess.h"
       
    29 
    29 
    30 
    30 // ID of Easy Wep dialog
    31 // ID of Easy Wep dialog
    31 const TUid KUidEasyWepDlg = { 0x101FD673 };
    32 const TUid KUidEasyWepDlg = { 0x101FD673 };
    32 
    33 
    33 // ID of Easy Wpa dialog
    34 // ID of Easy Wpa dialog
   133         /**
   134         /**
   134          * Propagates wlan network selection as an initial value for the dialog,
   135          * Propagates wlan network selection as an initial value for the dialog,
   135          * Used if there are several dialogs queued.
   136          * Used if there are several dialogs queued.
   136          *
   137          *
   137          * @param aWlanIapId     Selected WLAN IAP
   138          * @param aWlanIapId     Selected WLAN IAP
   138          * @param aOfflineStatus Offline note response
       
   139          * @param aDialogStatus  Status of the dialog when destroyed.
   139          * @param aDialogStatus  Status of the dialog when destroyed.
   140          * @since 3.2
   140          * @since 3.2
   141          */
   141          */
   142         void OfferInformation( TUint32 aWlanIapId, 
   142         void OfferInformation( TUint32 aWlanIapId, 
   143                                TOfflineNoteResponse aOfflineStatus,
       
   144                                TInt aDialogStatus );
   143                                TInt aDialogStatus );
   145 
   144 
   146         CMPMWlanQueryDialog( CMPMIapSelection&  aSession,
   145         CMPMWlanQueryDialog( CMPMIapSelection&  aSession,
   147                              TUint32            aSelectedWlanIap );
   146                              TUint32            aSelectedWlanIap );
   148 
   147