From 2c30c455fb4a6b209eae213ee8c65b44a80b271c Mon Sep 17 00:00:00 2001 From: abd Date: Fri, 28 Apr 2006 08:03:12 +0000 Subject: [PATCH] Temprorary fix --- src/Session/Session_Session_i.cxx | 5 +++++ src/Session/Session_Session_i.hxx | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 -- 2.39.2