connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/OfflineWlanNoteDlg.cpp
branchRCL_3
changeset 24 05bc53fe583b
parent 1 40cb640ef159
child 25 83ca720e2b9a
equal deleted inserted replaced
23:fc7b30ed2058 24:05bc53fe583b
    35 // ---------------------------------------------------------
    35 // ---------------------------------------------------------
    36 // COfflineWlanNoteDlg::COfflineWlanNoteDlg
    36 // COfflineWlanNoteDlg::COfflineWlanNoteDlg
    37 // ---------------------------------------------------------
    37 // ---------------------------------------------------------
    38 //
    38 //
    39 COfflineWlanNoteDlg::COfflineWlanNoteDlg( COfflineWlanNoteNotif* aNotif )
    39 COfflineWlanNoteDlg::COfflineWlanNoteDlg( COfflineWlanNoteNotif* aNotif )
    40 : iNotif( aNotif )    
    40 : iNotif( aNotif ),
       
    41   iExpiryTimer( NULL )
    41     {
    42     {
    42     }
    43     }
    43     
    44     
    44     
    45     
    45 // ---------------------------------------------------------
    46 // ---------------------------------------------------------