connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/ConnUiUtilsNotif.cpp
changeset 66 ed07dcc72692
parent 47 cb7afde124a3
equal deleted inserted replaced
64:84c6623982f6 66:ed07dcc72692
    26 #include "EasyWepDlgNotif.h"
    26 #include "EasyWepDlgNotif.h"
    27 #include "EasyWpaDlgNotif.h"
    27 #include "EasyWpaDlgNotif.h"
    28 #include "WLANNetworkUnavailableNoteNotif.h"
    28 #include "WLANNetworkUnavailableNoteNotif.h"
    29 #include "wlanpowersavetestnotif.h"
    29 #include "wlanpowersavetestnotif.h"
    30 #include "easywapidlgnotif.h"
    30 #include "easywapidlgnotif.h"
    31 #include "cellulardataconfirmation.h"
       
    32 
    31 
    33 // CONSTANTS
    32 // CONSTANTS
    34 
    33 
    35 LOCAL_D const TInt KPluginGranularity = 4;
    34 LOCAL_D const TInt KPluginGranularity = 4;
    36 
    35 
   108     serNotify = CWLANNetworkUnavailableNoteNotif::NewL( 
   107     serNotify = CWLANNetworkUnavailableNoteNotif::NewL( 
   109                                                     resourceFileResponsible );
   108                                                     resourceFileResponsible );
   110     CleanupStack::PushL( serNotify );
   109     CleanupStack::PushL( serNotify );
   111     aNotifiers->AppendL( serNotify );
   110     aNotifiers->AppendL( serNotify );
   112     CleanupStack::Pop( serNotify );      
   111     CleanupStack::Pop( serNotify );      
   113 
       
   114     serNotify = CCellularDataConfirmation::NewL( resourceFileResponsible );
       
   115     CleanupStack::PushL( serNotify );
       
   116     aNotifiers->AppendL( serNotify );
       
   117     CleanupStack::Pop( serNotify );     
       
   118     
   112     
   119     serNotify = CWlanPowerSaveQueryNotif::NewL( resourceFileResponsible );
   113     serNotify = CWlanPowerSaveQueryNotif::NewL( resourceFileResponsible );
   120     CleanupStack::PushL( serNotify );
   114     CleanupStack::PushL( serNotify );
   121     aNotifiers->AppendL( serNotify );
   115     aNotifiers->AppendL( serNotify );
   122     CleanupStack::Pop( serNotify );
   116     CleanupStack::Pop( serNotify );