securitydialogs/SecUi/Src/SecUiAutoLockSettingPage.cpp
changeset 66 67b3e3c1fc87
parent 26 aad866c37519
equal deleted inserted replaced
63:989397f9511c 66:67b3e3c1fc87
    15 *
    15 *
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 #include <eikmenub.h>
    19 #include <eikmenub.h>
    20 #include <SecUi.rsg>
       
    21 #include <e32base.h>
    20 #include <e32base.h>
    22 #include <AknQueryDialog.h>
       
    23 #include "SecUiAutoLockSettingPage.h"
    21 #include "SecUiAutoLockSettingPage.h"
    24 #include "secui.hrh"
    22 #include "secui.hrh"
    25 #include <featmgr.h>
    23 #include <featmgr.h>
    26 
    24 
    27 
    25 
    33 // 
    31 // 
    34 CAutoLockSettingPage::CAutoLockSettingPage(TInt aResourceId, TInt& aCurrentSelectionItem, CDesCArrayFlat* aItemArray, TInt& aAutoLockValue) : 
    32 CAutoLockSettingPage::CAutoLockSettingPage(TInt aResourceId, TInt& aCurrentSelectionItem, CDesCArrayFlat* aItemArray, TInt& aAutoLockValue) : 
    35 					CBase(),iAutoLockValue(aAutoLockValue)
    33 					CBase(),iAutoLockValue(aAutoLockValue)
    36 
    34 
    37 	{
    35 	{
       
    36 		aResourceId = aResourceId;
       
    37 		aCurrentSelectionItem = aCurrentSelectionItem;
       
    38 		aItemArray = aItemArray;
       
    39 		aAutoLockValue = aAutoLockValue;
    38 	}
    40 	}
    39 
    41 
    40 //
    42 //
    41 // ----------------------------------------------------------
    43 // ----------------------------------------------------------
    42 // CAutoLockSettingPage::ConstructL()
    44 // CAutoLockSettingPage::ConstructL()
    63 // 
    65 // 
    64 // ----------------------------------------------------------
    66 // ----------------------------------------------------------
    65 // 
    67 // 
    66 void CAutoLockSettingPage::ProcessCommandL(TInt aCommandId)
    68 void CAutoLockSettingPage::ProcessCommandL(TInt aCommandId)
    67 	{
    69 	{
    68 	
    70 		aCommandId = aCommandId;
    69 	}
    71 	}
    70 //
    72 //
    71 // ----------------------------------------------------------
    73 // ----------------------------------------------------------
    72 // CAutoLockSettingPage::SetPeriodMaximumValue()
    74 // CAutoLockSettingPage::SetPeriodMaximumValue()
    73 // 
    75 // 
    74 // ----------------------------------------------------------
    76 // ----------------------------------------------------------
    75 // 
    77 // 
    76 void CAutoLockSettingPage::SetPeriodMaximumValue(TInt aMaximumValue)
    78 void CAutoLockSettingPage::SetPeriodMaximumValue(TInt aMaximumValue)
    77 	{
    79 	{
       
    80 		aMaximumValue = aMaximumValue;
    78 	}
    81 	}
    79 	
    82 	
    80 //---------------------------------------------------------------------------------------
    83 //---------------------------------------------------------------------------------------
    81 // CAutoLockSettingPage::HandlePointerEventL()
    84 // CAutoLockSettingPage::HandlePointerEventL()
    82 // Passes pointer events to CAknRadioButtonSettingPage
    85 // Passes pointer events to CAknRadioButtonSettingPage
    84 //---------------------------------------------------------------------------------------
    87 //---------------------------------------------------------------------------------------
    85 //
    88 //
    86 
    89 
    87 void CAutoLockSettingPage::HandlePointerEventL(const TPointerEvent& aPointerEvent)
    90 void CAutoLockSettingPage::HandlePointerEventL(const TPointerEvent& aPointerEvent)
    88     {
    91     {
       
    92     	(void)aPointerEvent;
    89     }
    93     }
    90 // End of file
    94 // End of file
    91 
    95