Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/kernel.git] / src / ModuleGenerator / tests / TrucComponent.idl
1 //=============================================================================
2 // File      : AddComponent.idl
3 // Created   : jeu jui 12 12:08:17 CEST 2001
4 // Author    : 
5 // Project   : SALOME
6 // /export/home/CVS/SALOME_ROOT/idl/AddComponent.idl,v 1.2 2001/12/11 16:27:31 rahuel Exp
7 //=============================================================================
8
9 #ifndef _ADDCOMPONENT_IDL
10 #define _ADDCOMPONENT_IDL
11
12 #include "SALOME_Component.idl"
13
14 interface AddComponent
15 {
16   double Add( in double x , in double y , out double z ) ;
17 };
18
19 interface TrucComponent : Engines::Component
20 {
21   double Add( in double x , in double y , out double z ) ;
22 };
23
24
25 #endif