From: abd Date: Fri, 28 Apr 2006 08:03:12 +0000 (+0000) Subject: Temprorary fix X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~75 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2c30c455fb4a6b209eae213ee8c65b44a80b271c;p=modules%2Fgui.git Temprorary fix --- diff --git a/src/Session/Session_Session_i.cxx b/src/Session/Session_Session_i.cxx index 41869b4d3..d60c3e09d 100755 --- a/src/Session/Session_Session_i.cxx +++ b/src/Session/Session_Session_i.cxx @@ -213,3 +213,8 @@ CORBA::Long SALOME_Session_i::GetActiveStudyId() } return aStudyId; } + +bool SALOME_Session_i::restoreVisualState(CORBA::Long theSavePoint) +{ + return false; +} diff --git a/src/Session/Session_Session_i.hxx b/src/Session/Session_Session_i.hxx index 81a22f101..ccc4424fc 100755 --- a/src/Session/Session_Session_i.hxx +++ b/src/Session/Session_Session_i.hxx @@ -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