X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FSALOME_ResourcesManager.idl;h=375f3273e6fec3f9420610f159d1b464e9fbbcc8;hb=e196d7e6dbb65ed976b18fcc776d6f85a3ae3dfc;hp=2c92ceba0a1ee68fdeb56a883503af766a3b68f8;hpb=1119e0f3b0ead5c13e8f458fc9a75b7797420dd8;p=modules%2Fkernel.git diff --git a/idl/SALOME_ResourcesManager.idl b/idl/SALOME_ResourcesManager.idl index 2c92ceba0..375f3273e 100644 --- a/idl/SALOME_ResourcesManager.idl +++ b/idl/SALOME_ResourcesManager.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2023 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -196,6 +196,8 @@ interface ResourcesManager //! Return list of resources available (regarding content of CatalogResources.xml). And for each resource the number of proc available of it. void ListAllAvailableResources(out ResourceList machines, out IntegerList nbProcsOfMachines) raises (SALOME::SALOME_Exception); + + ResourceList ListAllResourcesInCatalog() raises (SALOME::SALOME_Exception); }; };