connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/wlanpowersavetestnotif.cpp
changeset 41 bbb64eb3bdee
parent 0 5a93021fdf25
equal deleted inserted replaced
40:c5b848e6c7d1 41:bbb64eb3bdee
    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 // ---------------------------------------------------------