connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/WepWpaQueryDlg.cpp
equal
deleted
inserted
replaced
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) |
65 { |
66 { |
66 } |
67 } |
67 |
68 |
68 |
69 |
69 void CWepWpaQueryDlg::ShowInfoNoteL( TInt aResId ) |
70 void CWepWpaQueryDlg::ShowInfoNoteL( TInt aResId ) |