idlehomescreen/sapiwrapper/hspswrapper/inc/hspswrapper.h
branchRCL_3
changeset 9 f966699dea19
parent 1 5315654608de
child 12 9674c1a575e9
--- 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.
      *