Salome HOME
*** empty log message ***
[modules/multipr.git] / idl / MULTIPR.idl
index 19510b714bb56ddb13c2f8463711553ee3f855ba..c214a7c4fa5a9895a1b21b8270b4bc891019039c 100644 (file)
@@ -91,11 +91,18 @@ interface MULTIPR_Obj
                raises (SALOME::SALOME_Exception);
 
        /*!
-        * Return all information abour a part.
+        * Return all information about a part.
         * Assume this object encapsulates a distributed MED file.
         */
        string getPartInfo(in string partName)
                raises (SALOME::SALOME_Exception);
+
+       /*!
+        * Remove the given part from the distributed MED file.
+        * Assume this object encapsulates a distributed MED file.
+        */
+       void removePart(in string partName)
+               raises (SALOME::SALOME_Exception);
        
        //---------------------------------------------------------------------
        // Algorithms