connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/wlanpowersavetestnotif.cpp
equal
deleted
inserted
replaced
22 #include "wlanpowersavetest.h" |
22 #include "wlanpowersavetest.h" |
23 #include "ConnectionUiUtilitiesCommon.h" |
23 #include "ConnectionUiUtilitiesCommon.h" |
24 #include "ConnUiUtilsNotif.h" |
24 #include "ConnUiUtilsNotif.h" |
25 #include "ConnectionDialogsLogger.h" |
25 #include "ConnectionDialogsLogger.h" |
26 |
26 |
27 #include <ConnUiUtilsNotif.rsg> |
27 #include <connuiutilsnotif.rsg> |
28 #include <StringLoader.h> |
28 #include <StringLoader.h> |
29 |
29 |
30 #include <ConnectionUiUtilities.h> |
30 #include <ConnectionUiUtilities.h> |
31 |
31 |
32 |
32 |
37 // CWlanPowerSaveQueryNotif::CWlanPowerSaveQueryNotif() |
37 // CWlanPowerSaveQueryNotif::CWlanPowerSaveQueryNotif() |
38 // --------------------------------------------------------- |
38 // --------------------------------------------------------- |
39 // |
39 // |
40 CWlanPowerSaveQueryNotif::CWlanPowerSaveQueryNotif() |
40 CWlanPowerSaveQueryNotif::CWlanPowerSaveQueryNotif() |
41 : |
41 : |
42 iDisable( EFalse ) |
42 iDialog( NULL ), |
|
43 iDisable( EFalse ), |
|
44 iExitAsync( NULL ) |
43 { |
45 { |
44 } |
46 } |
45 |
47 |
46 |
48 |
47 // --------------------------------------------------------- |
49 // --------------------------------------------------------- |