connectionutilities/ConnectionDialogs/ecomsrc/connectiondialogswrapper.cpp
changeset 20 9c97ad6591ae
parent 0 5a93021fdf25
child 23 7ec726f93df1
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
   181     subjects->AppendL( new( ELeave ) CAknNotifierWrapperLight( *master,
   181     subjects->AppendL( new( ELeave ) CAknNotifierWrapperLight( *master,
   182                                             KUidEasyWapiDlg,
   182                                             KUidEasyWapiDlg,
   183                                             KUidEasyWapiDlg,
   183                                             KUidEasyWapiDlg,
   184                                             KMyPriority ) );
   184                                             KMyPriority ) );
   185 
   185 
   186     subjects->AppendL( new( ELeave ) CAknNotifierWrapperLight( *master,
       
   187                                             KUidNoWLANNetworksAvailableNote,
       
   188                                             KUidNoWLANNetworksAvailableNote,
       
   189                                             KMyPriority ) );   
       
   190 
       
   191     subjects->AppendL( new( ELeave ) CAknNotifierWrapperLight( *master,
       
   192                                             KUidConnectingViaDiscreetPopup,
       
   193                                             KUidConnectingViaDiscreetPopup,
       
   194                                             KMyPriority ) );
       
   195 
       
   196     subjects->AppendL( new( ELeave ) CAknNotifierWrapperLight( *master,
       
   197                                             KUidConnectionErrorDiscreetPopup,
       
   198                                             KUidConnectionErrorDiscreetPopup,
       
   199                                             KMyPriority ) );                                                                                           
       
   200                                             
       
   201     CleanupStack::Pop();    // array cleanup
   186     CleanupStack::Pop();    // array cleanup
   202     return( subjects );
   187     return( subjects );
   203     }
   188     }
   204 
   189 
   205 // ---------------------------------------------------------
   190 // ---------------------------------------------------------