equal
deleted
inserted
replaced
52 RDebug::Print( _L( "(SecUi)CRemoteLockSettingPage::ConstructL() - Enter" ) ); |
52 RDebug::Print( _L( "(SecUi)CRemoteLockSettingPage::ConstructL() - Enter" ) ); |
53 #endif // DEBUG |
53 #endif // DEBUG |
54 |
54 |
55 CAknRadioButtonSettingPage::ConstructL(); |
55 CAknRadioButtonSettingPage::ConstructL(); |
56 const TSize screenSize = iCoeEnv->ScreenDevice()->SizeInPixels(); |
56 const TSize screenSize = iCoeEnv->ScreenDevice()->SizeInPixels(); |
|
57 iPopoutCba = CEikButtonGroupContainer::NewL( CEikButtonGroupContainer::ECba, CEikButtonGroupContainer::EHorizontal, this, R_AVKON_SOFTKEYS_OK_CANCEL__OK ); |
|
58 iPopoutCba->SetBoundingRect( TRect( screenSize ) ); |
57 |
59 |
58 #ifdef _DEBUG |
60 #ifdef _DEBUG |
59 RDebug::Print( _L( "(SecUi)CRemoteLockSettingPage::ConstructL() - Exit" ) ); |
61 RDebug::Print( _L( "(SecUi)CRemoteLockSettingPage::ConstructL() - Exit" ) ); |
60 #endif // DEBUG |
62 #endif // DEBUG |
61 |
63 |
71 CRemoteLockSettingPage::~CRemoteLockSettingPage() |
73 CRemoteLockSettingPage::~CRemoteLockSettingPage() |
72 { |
74 { |
73 #ifdef _DEBUG |
75 #ifdef _DEBUG |
74 RDebug::Print( _L( "(SecUi)CRemoteLockSettingPage::~CRemoteLockSettingPage() - Enter" ) ); |
76 RDebug::Print( _L( "(SecUi)CRemoteLockSettingPage::~CRemoteLockSettingPage() - Enter" ) ); |
75 #endif // DEBUG |
77 #endif // DEBUG |
|
78 |
|
79 delete iPopoutCba; |
|
80 iPopoutCba = NULL; |
76 |
81 |
77 #ifdef _DEBUG |
82 #ifdef _DEBUG |
78 RDebug::Print( _L( "(SecUi)CRemoteLockSettingPage::~CRemoteLockSettingPage() - Exit" ) ); |
83 RDebug::Print( _L( "(SecUi)CRemoteLockSettingPage::~CRemoteLockSettingPage() - Exit" ) ); |
79 #endif // DEBUG |
84 #endif // DEBUG |
80 } |
85 } |