Salome HOME
Ajout de l'interface idl necessaire pour la V2_1_0b1
[modules/eficas.git] / idl / EFICAS_Gen.idl
1 #ifndef __EFICAS_GEN__
2 #define __EFICAS_GEN__
3
4 #include "SALOME_Component.idl"
5 #include "SALOME_Exception.idl"
6
7 module EFICAS_ORB
8 {
9   interface EFICAS_Gen : Engines::Component
10   {
11   };
12 };
13
14 #endif
15