From c901fc93be5fb0c94b3178f5e5b264a2cca4a131 Mon Sep 17 00:00:00 2001 From: nadir Date: Fri, 19 Sep 2003 07:52:47 +0000 Subject: [PATCH] adding IDL file for the test of Corba class MED Client to use MED classes in the Client side. --- idl/Compo1Py.idl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 idl/Compo1Py.idl 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(); + }; + +}; -- 2.39.2