X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FMULTIPR.idl;h=c214a7c4fa5a9895a1b21b8270b4bc891019039c;hb=50689122a40844cd82e7d7b9b38d96bb8b4bdbd0;hp=19510b714bb56ddb13c2f8463711553ee3f855ba;hpb=1cabb28ebdb266aa36cdac8ac7af7491ed53c8b8;p=modules%2Fmultipr.git diff --git a/idl/MULTIPR.idl b/idl/MULTIPR.idl index 19510b7..c214a7c 100644 --- a/idl/MULTIPR.idl +++ b/idl/MULTIPR.idl @@ -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