#ifndef _SALOME_MPIOBJECT_IDL_ #define _SALOME_MPIOBJECT_IDL_ module Engines { typedef sequence IORTab; interface MPIObject { attribute IORTab tior; } ; } ; #endif