diff -r 4699373c9af8 -r 4eb398b07b07 omadm/omadmappui/inc/NSmlDMSyncAppUi.h --- a/omadm/omadmappui/inc/NSmlDMSyncAppUi.h Mon Mar 15 12:39:36 2010 +0200 +++ b/omadm/omadmappui/inc/NSmlDMSyncAppUi.h Wed Mar 31 21:15:36 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -301,6 +301,15 @@ */ void HandleCommandEraseProfileL(); + /** + * Determines whether Fota update is allowed. + * @param Server profile to check + * @return ETrue if allowed + * EFalse if not not allowed + */ + TBool IsUpdateAllowedL( CNSmlDMSyncProfile& aProfile ); + + private: //Data CNSmlDMProfilesView* iProfilesView;