From 31f5c4a54f5301db3297dd8d8c658ea242f527ba Mon Sep 17 00:00:00 2001 From: abd Date: Fri, 28 Apr 2006 07:55:48 +0000 Subject: [PATCH] Temprorary fix --- src/Session/Session_Session_i.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Session/Session_Session_i.hxx b/src/Session/Session_Session_i.hxx index 0da135869..81a22f101 100755 --- a/src/Session/Session_Session_i.hxx +++ b/src/Session/Session_Session_i.hxx @@ -66,6 +66,8 @@ public: void NSregister(); CORBA::Long GetActiveStudyId(); + + CORBA::Boolean restoreVisualState(CORBA::Long theSavePoint){ return false; }; void ping(){}; -- 2.39.2