]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
adding IDL file for the test of Corba class MED Client to use MED classes in
authornadir <nadir>
Fri, 19 Sep 2003 07:52:47 +0000 (07:52 +0000)
committernadir <nadir>
Fri, 19 Sep 2003 07:52:47 +0000 (07:52 +0000)
the Client side.

idl/Compo1Py.idl [new file with mode: 0644]

diff --git a/idl/Compo1Py.idl b/idl/Compo1Py.idl
new file mode 100644 (file)
index 0000000..1035d61
--- /dev/null
@@ -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();
+  };
+};