Salome HOME
Ajout de l'interface idl necessaire pour la V2_1_0b1
[modules/eficas.git] / idl / EFICAS_Gen.idl
diff --git a/idl/EFICAS_Gen.idl b/idl/EFICAS_Gen.idl
new file mode 100644 (file)
index 0000000..454c191
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef __EFICAS_GEN__
+#define __EFICAS_GEN__
+
+#include "SALOME_Component.idl"
+#include "SALOME_Exception.idl"
+
+module EFICAS_ORB
+{
+  interface EFICAS_Gen : Engines::Component
+  {
+  };
+};
+
+#endif
+