omadm/omadmappui/inc/NSmlDMSyncAppUi.h
branchRCL_3
changeset 13 4eb398b07b07
parent 0 3ce708148e4d
child 15 f6aa907032f4
equal deleted inserted replaced
12:4699373c9af8 13:4eb398b07b07
     1 /*
     1 /*
     2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2005-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".
   299         * @param    None
   299         * @param    None
   300 		* @return   None
   300 		* @return   None
   301         */        
   301         */        
   302         void HandleCommandEraseProfileL();
   302         void HandleCommandEraseProfileL();
   303 
   303 
       
   304        /**
       
   305         * Determines whether Fota update is allowed.
       
   306         * @param    Server profile to check
       
   307         * @return   ETrue if allowed
       
   308         *           EFalse if not not allowed
       
   309         */
       
   310         TBool IsUpdateAllowedL( CNSmlDMSyncProfile& aProfile );
       
   311 
       
   312 
   304 	private: //Data
   313 	private: //Data
   305 	    CNSmlDMProfilesView*        iProfilesView;
   314 	    CNSmlDMProfilesView*        iProfilesView;
   306 	
   315 	
   307 		CNSmlDMDlgProfileView*      iAppView;
   316 		CNSmlDMDlgProfileView*      iAppView;
   308 		CNSmlDMDbNotifier*          iSmlDbNotifier;
   317 		CNSmlDMDbNotifier*          iSmlDbNotifier;