Salome HOME
improvement: replace oneway by threads
[modules/kernel.git] / idl / SALOME_MPIContainer.idl
index 2c469754312423368efe14f0272e0ee493d62a8c..e82c416d5fda4d377c376e30c3bcc1b7df8a4454 100644 (file)
@@ -39,12 +39,6 @@ module Engines
 
   interface MPIContainer:Container,MPIObject
   {
-    // asynchronous version to load and remove parallel component in parallel
-    oneway void Asload_component_Library(in string componentName);
-    oneway void Ascreate_component_instance(in string componentName,in long studyId);
-    oneway void Asload_impl(in string nameToRegister, in string componentName);
-    oneway void Asremove_impl(in Component component_i);
-    oneway void Asfinalize_removal();
   };
 } ;