Salome HOME
Correction compatibilité SALOME V3
[modules/eficas.git] / idl / EFICAS_Gen.idl
1 #ifndef __EFICAS_GEN__
2 #define __EFICAS_GEN__
3
4 #include "SALOME_Component.idl"
5 #include "SALOMEDS.idl"
6 #include "SALOME_Exception.idl"
7
8 module EFICAS_ORB
9 {
10   interface EFICAS_Gen : Engines::Component, SALOMEDS::Driver
11   {
12   };
13 };
14
15 #endif
16