]> SALOME platform Git repositories - modules/adao.git/blob - idl/ADAO_COMPONENT.idl
Salome HOME
Changement de l'heritage suite au renommage dans le KERNEL
[modules/adao.git] / idl / ADAO_COMPONENT.idl
1
2 #ifndef _ADAO_IDL_
3 #define _ADAO_IDL_
4
5 #include "SALOME_Component.idl"
6 #include "DSC_Engines.idl"
7
8 module ADAO_COMPONENT
9 {
10   interface ADAO_ENGINE : Engines::EngineComponent, SALOMEDS::Driver
11   {
12    /*!
13     * Test that the component is ok
14     */
15     void print_ping();
16   };
17 };
18 #endif