connectionutilities/ConnectionDialogs/ConnectionUiUtilities/src/ChangeConnectionDlg.cpp
changeset 3 f7816ffc66ed
parent 0 5a93021fdf25
child 32 5c4486441ae6
child 57 05bc53fe583b
equal deleted inserted replaced
2:086aae6fc07e 3:f7816ffc66ed
    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