]> SALOME platform Git repositories - modules/adao.git/blob - idl/ADAO.idl
Salome HOME
Changement d'architecture pour la gestion du GUI
[modules/adao.git] / idl / ADAO.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
9 {
10   interface ADAO_COMPONENT : Engines::Component, SALOMEDS::Driver
11   {
12    /*!
13     * Test that the component is ok
14     */
15     void print_ping();
16   };
17 };
18 #endif