connectionutilities/ConnectionDialogs/ConnectionUiUtilities/src/ChangeConnectionDlg.cpp
equal
deleted
inserted
replaced
67 |
67 |
68 |
68 |
69 // Destructor |
69 // Destructor |
70 CChangeConnectionDlg::~CChangeConnectionDlg() |
70 CChangeConnectionDlg::~CChangeConnectionDlg() |
71 { |
71 { |
72 delete iExpiryTimer; |
72 //delete iExpiryTimer; |
73 } |
73 } |
74 |
74 |
75 |
75 |
76 // --------------------------------------------------------- |
76 // --------------------------------------------------------- |
77 // CChangeConnectionDlg::NewL |
77 // CChangeConnectionDlg::NewL |
166 SetItemTextArray( iActiveDlg->ActIAPs() ); |
166 SetItemTextArray( iActiveDlg->ActIAPs() ); |
167 SetOwnershipType( ELbmDoesNotOwnItemArray ); |
167 SetOwnershipType( ELbmDoesNotOwnItemArray ); |
168 |
168 |
169 SetIconsL(); |
169 SetIconsL(); |
170 |
170 |
171 iExpiryTimer = CExpiryTimer::NewL( *this ); |
171 // Timer not in use due the unresolved crash |
172 iExpiryTimer->Start(); |
172 //iExpiryTimer = CExpiryTimer::NewL( *this ); |
|
173 //iExpiryTimer->Start(); |
173 CLOG_LEAVEFN( "CChangeConnectionDlg::PreLayoutDynInitL " ); |
174 CLOG_LEAVEFN( "CChangeConnectionDlg::PreLayoutDynInitL " ); |
174 |
175 |
175 } |
176 } |
176 |
177 |
177 |
178 |