diff -r 6862383cf555 -r 5ffdb8f2067f featuremgmt/featuremgr/src/serverexe/featmgrserver.h --- a/featuremgmt/featuremgr/src/serverexe/featmgrserver.h Wed Feb 03 12:02:34 2010 +0000 +++ b/featuremgmt/featuremgr/src/serverexe/featmgrserver.h Sat Feb 20 00:33:55 2010 +0200 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2007-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" @@ -107,9 +107,16 @@ Feature info received. Else returns EFalse. - @return feature support status + @return plugins loading status */ TBool PluginsReady() const; + + /** + Returns ETrue if backup is in progress + Else returns EFalse. + @return backup status + */ + TBool BackupIsInProgress() const; #ifdef EXTENDED_FEATURE_MANAGER_TEST /** @@ -269,6 +276,10 @@ CFeatMgrTimer* iTimer; CBurState iBurState; + + // ETrue when backup in progress + TBool iBackupInProgress; + // ETrue when feature info received from all plugins TBool iPluginsReady;