X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FSALOME_ContainerManager.idl;fp=idl%2FSALOME_ContainerManager.idl;h=6b44687ab64f4be424818040124eba148591cec9;hb=ed37c79a00e610332317a9c1466965da9d92bb90;hp=69e10274ccc16d8aece6855f1d5bea8fb2239c90;hpb=5428fce2741a9883edf2a2bee798429b390a7412;p=modules%2Fkernel.git diff --git a/idl/SALOME_ContainerManager.idl b/idl/SALOME_ContainerManager.idl index 69e10274c..6b44687ab 100644 --- a/idl/SALOME_ContainerManager.idl +++ b/idl/SALOME_ContainerManager.idl @@ -240,7 +240,7 @@ interface ContainerManager //! GiveContainer - use mode parameter of ContainerParameters to configure //! how this method works //! Currently: get, start, getorstart, findorstart, find - Container GiveContainer(in ContainerParameters params); + Container GiveContainer(in ContainerParameters params) raises (SALOME::SALOME_Exception); //! Shutdown all containers that have been launched by the container manager void ShutdownContainers();