Salome HOME
[EDF27562] : 2 new methods to simulate computation to ease test in charge YACS
[modules/kernel.git] / idl / SALOME_ModuleCatalog.idl
index bef076f7eb466389e78368b5a41cf957ccbb5f40..22aacbc1c5926227b9bc4672a8be4311e402e20c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  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 ;