X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=idl%2FSALOME_MPIObject.idl;h=7b4b05c16417dc9c09bd6bcea53c509e590b7fec;hb=22a4f39c5637467272ec026a30520e013b9a0724;hp=ae7311128b459a0ede832dffd6d058bf66f21996;hpb=7d2fe213bdf5bf962ce11e253020c9d3e0bc1cce;p=modules%2Fkernel.git diff --git a/idl/SALOME_MPIObject.idl b/idl/SALOME_MPIObject.idl index ae7311128..7b4b05c16 100644 --- a/idl/SALOME_MPIObject.idl +++ b/idl/SALOME_MPIObject.idl @@ -19,14 +19,19 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -// File : MPIObject.idl +// File : SALOME_MPIObject.idl // #ifndef _SALOME_MPIOBJECT_IDL_ #define _SALOME_MPIOBJECT_IDL_ +/*! \file SALOME_MPIObject.idl \brief interfaces for parallel (MPI) objects +*/ + module Engines { typedef sequence IORTab; + /*! \brief Interface of a parallel %object for the MPI parallel container. + */ interface MPIObject { attribute IORTab tior;