Salome HOME
Use AdaoSchemaCreator wit python
[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_GUI_COMPONENT : Engines::Superv_Component
11   {
12    /*!
13     * Test that the component is ok
14     */
15     void print_ping();
16   };
17 };
18 #endif