Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/kernel.git] / src / ModuleGenerator / tests / Truc2Component.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 : Engines::Component
15 {
16   double Add( in double x , in double y , out double z ) ;
17   double XXX( in double x , out double y , out double z ) ;
18 };
19
20
21
22 #endif