connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/WepWpaQueryDlg.cpp
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
    18 
    18 
    19 // INCLUDE FILES
    19 // INCLUDE FILES
    20 #include <aknnotewrappers.h>
    20 #include <aknnotewrappers.h>
    21 #include <StringLoader.h>
    21 #include <StringLoader.h>
    22 #include <aknnotedialog.h>
    22 #include <aknnotedialog.h>
    23 #include <connuiutilsnotif.rsg>
    23 #include <ConnUiUtilsNotif.rsg>
    24 #include <uikon/eiksrvui.h>
    24 #include <uikon/eiksrvui.h>
    25 
    25 
    26 #include "WepWpaQueryDlg.h"
    26 #include "WepWpaQueryDlg.h"
    27 #include "EasyWepDlgNotif.h"
    27 #include "EasyWepDlgNotif.h"
    28 #include "EasyWpaDlgNotif.h"
    28 #include "EasyWpaDlgNotif.h"
    59                                   TDialogType aDialogType, 
    59                                   TDialogType aDialogType, 
    60                                   TBool& aHex )
    60                                   TBool& aHex )
    61 : CAknTextQueryDialog( aDataText ),
    61 : CAknTextQueryDialog( aDataText ),
    62   iNotif( aNotif ), 
    62   iNotif( aNotif ), 
    63   iDialogType( aDialogType ), 
    63   iDialogType( aDialogType ), 
    64   iHex( aHex ),
    64   iHex( aHex )
    65   iExpiryTimer( NULL)
       
    66     {
    65     {
    67     }
    66     }
    68 
    67 
    69 
    68 
    70 void CWepWpaQueryDlg::ShowInfoNoteL( TInt aResId )
    69 void CWepWpaQueryDlg::ShowInfoNoteL( TInt aResId )