iaupdate/IAD/ui/inc/iaupdatesettingdialog.h
changeset 24 84a16765cd86
parent 0 ba25891c3a9e
child 21 de6723242771
child 65 7333d7932ef7
equal deleted inserted replaced
6:aba6b8104af3 24:84a16765cd86
     1 /*
     1 /*
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    48     {
    48     {
    49     public:
    49     public:
    50     enum TAttributeKeys
    50     enum TAttributeKeys
    51         {
    51         {
    52         EAccessPoint = 0,
    52         EAccessPoint = 0,
    53         EAutoUpdateCheck,
    53         EAutoUpdateCheck
    54         ERoamingWarning
       
    55         };
    54         };
    56     
    55     
    57 	public:
    56 	public:
    58 	
    57 	
    59 	    /**
    58 	    /**
   243         CAknSettingItem* CreateSettingItemL( TInt aSettingId );
   242         CAknSettingItem* CreateSettingItemL( TInt aSettingId );
   244 
   243 
   245 	private:
   244 	private:
   246 	    TInt iAccessPoint;
   245 	    TInt iAccessPoint;
   247         TInt iAutoUpdateCheck;
   246         TInt iAutoUpdateCheck;
   248         TInt iRoamingWarning;
       
   249         };
   247         };
   250 
   248 
   251 
   249 
   252 class CIAUpdateAccessPointSettingItem : public CAknSettingItem
   250 class CIAUpdateAccessPointSettingItem : public CAknSettingItem
   253 	{
   251 	{