X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FSALOME_ModuleCatalog.idl;h=22aacbc1c5926227b9bc4672a8be4311e402e20c;hb=refs%2Fheads%2Fagy%2Fedf27816_pxy;hp=27b5ce3ff17b3f057c6d1be52bb6b8ad32fc3b74;hpb=f876c49e5d46d086f1d741abada5ae86494bb5bb;p=modules%2Fkernel.git diff --git a/idl/SALOME_ModuleCatalog.idl b/idl/SALOME_ModuleCatalog.idl index 27b5ce3ff..22aacbc1c 100644 --- a/idl/SALOME_ModuleCatalog.idl +++ b/idl/SALOME_ModuleCatalog.idl @@ -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 ;