]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Temprorary fix
authorabd <abd@opencascade.com>
Fri, 28 Apr 2006 08:03:12 +0000 (08:03 +0000)
committerabd <abd@opencascade.com>
Fri, 28 Apr 2006 08:03:12 +0000 (08:03 +0000)
src/Session/Session_Session_i.cxx
src/Session/Session_Session_i.hxx

index 41869b4d3a234262345768a0a0f8b56ad555010e..d60c3e09d71e7f6fb544a79a8d6a58c0c5d10b76 100755 (executable)
@@ -213,3 +213,8 @@ CORBA::Long SALOME_Session_i::GetActiveStudyId()
   }
   return aStudyId;
 }
+
+bool SALOME_Session_i::restoreVisualState(CORBA::Long theSavePoint)
+{  
+  return false;
+}
index 81a22f1010cb3c9c5f4cb935c2ca8f24103c6cbc..ccc4424fcee4b5c26dbcba6d1a1ccc4b6ba40e69 100755 (executable)
@@ -67,10 +67,11 @@ public:
 
   CORBA::Long GetActiveStudyId();
 
-  CORBA::Boolean restoreVisualState(CORBA::Long theSavePoint){ return false; };
-  
   void ping(){};
 
+  //! Restors a visual state of the study at theSavePoint
+  bool restoreVisualState(CORBA::Long theSavePoint);
+
 protected:
 
   //! Naming service interface