]> SALOME platform Git repositories - modules/adao.git/blob - idl/ADAO.idl
Salome HOME
test017 ok
[modules/adao.git] / idl / ADAO.idl
1
2 #ifndef _ADAO_IDL_
3 #define _ADAO_IDL_
4
5 #include "DSC_Engines.idl"
6 #include "SALOME_Exception.idl"
7 #include "SALOME_PACOExtension.idl"
8
9 module ADAO
10 {
11 typedef sequence<string> stringvec;
12 typedef sequence<double> dblevec;
13 typedef sequence<long> intvec;
14 typedef Engines::dataref dataref;
15
16
17 };
18
19 #endif