Salome HOME
Join modifications from branch OCC_development_for_3_2_0a2
[modules/gui.git] / idl / SALOME_Session.idl
index 3086194eec2e4b80a62f450c6bf9e8900c53ccad..f067b753ab40e07388d6d860868de7d13f26552c 100644 (file)
@@ -105,6 +105,9 @@ module SALOME
     Get Active study ID
 */
     long GetActiveStudyId();
+/*!
+    Restores a state of the study at theSavePoint
+*/
+    boolean restoreVisualState(in long theSavePoint);
   } ;
-
 } ;