From: nadir Date: Fri, 19 Sep 2003 07:52:47 +0000 (+0000) Subject: adding IDL file for the test of Corba class MED Client to use MED classes in X-Git-Tag: V1_2_2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c901fc93be5fb0c94b3178f5e5b264a2cca4a131;p=modules%2Fmed.git adding IDL file for the test of Corba class MED Client to use MED classes in the Client side. --- diff --git a/idl/Compo1Py.idl b/idl/Compo1Py.idl new file mode 100644 index 000000000..1035d61ae --- /dev/null +++ b/idl/Compo1Py.idl @@ -0,0 +1,14 @@ +#include "SALOME_Component.idl" +#include "MED.idl" + +module Engines +{ + + interface Compo1Py : Component + { + void Initialise(in string medFile); + SALOME_MED::MESH Calcul1(); + SALOME_MED::SUPPORT Calcul2(); + }; + +};