diff -r c743ef5928ba -r f966699dea19 idlehomescreen/sapiwrapper/hspswrapper/inc/hspswrapper.h --- a/idlehomescreen/sapiwrapper/hspswrapper/inc/hspswrapper.h Tue Feb 02 00:04:13 2010 +0200 +++ b/idlehomescreen/sapiwrapper/hspswrapper/inc/hspswrapper.h Fri Feb 19 22:42:37 2010 +0200 @@ -235,7 +235,22 @@ * @return Operation status. KErrNone (success), KErrNotFound */ IMPORT_C TInt SetActivePluginL(const TDesC8& aPluginId); - + + /** + * Restore active view. Will remove all plugins in active view. + * + * @return Operation status. KErrNone (success), KErrNotFound + */ + IMPORT_C TInt RestoreActiveViewL(); + + /** + * Restore whole root configuration. Will remove + * everything except one view. + * + * @return Operation status. KErrNone (success), KErrNotFound + */ + IMPORT_C TInt RestoreRootL(); + /** * Replace plugin in the active configuration. *