Salome HOME
Implementation of proxy mecanism into KERNEL/YACS
[modules/kernel.git] / idl / SALOME_ModuleCatalog.idl
index 27b5ce3ff17b3f057c6d1be52bb6b8ad32fc3b74..22aacbc1c5926227b9bc4672a8be4311e402e20c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2022  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -166,7 +166,6 @@ a path to a component
     ComponentType      type;
     string             name;
     string             username;
-    boolean            multistudy;
     ImplType           implementationType;
     string             implname;
     string             icon;
@@ -269,10 +268,6 @@ a path to a component
 */
     readonly attribute string componentusername;
 
-/*!  \brief Get whether the component is multistudy or not
-*/
-    readonly attribute boolean multistudy;
-
 /*!  \brief Get the type of the component
 */
     readonly attribute ComponentType component_type ;