Salome HOME
Merge multi-study removal branch.
[modules/gui.git] / src / Session / Session_Session_i.hxx
index 5a83d5fdf8bc1a50612a90416f82f361fffd3ce1..1fbcc4d42e328f60ce59d3201bd4e8b8a4e91759 100755 (executable)
@@ -68,8 +68,6 @@ public:
   //! Unregister the servant from Naming Service
   void NSunregister();
 
-  CORBA::Long GetActiveStudyId();
-
   void ping(){};
   CORBA::Long getPID();
   char* getHostname();
@@ -94,7 +92,6 @@ protected:
   CORBA::Boolean _isGUI ;
   QMutex* _GUIMutex ;
   QWaitCondition* _GUILauncher;
-  int _runningStudies ;
   CORBA::ORB_var _orb;
   PortableServer::POA_var _poa;
   bool _isShuttingDown;