Salome HOME
Removing 1d 2d coupling + removing old mascaret yacs
[modules/hydrosolver.git] / idl / HYDROSOLVER.idl
1 //  Copyright (C) 2012-2013 EDF
2 //
3 //  This file is part of SALOME HYDRO module.
4 //
5 //  SALOME HYDRO module is free software: you can redistribute it and/or modify
6 //  it under the terms of the GNU General Public License as published by
7 //  the Free Software Foundation, either version 3 of the License, or
8 //  (at your option) any later version.
9 //
10 //  SALOME HYDRO module is distributed in the hope that it will be useful,
11 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
12 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 //  GNU General Public License for more details.
14 //
15 //  You should have received a copy of the GNU General Public License
16 //  along with SALOME HYDRO module.  If not, see <http://www.gnu.org/licenses/>.
17
18 #ifndef _HYDROSOLVER_IDL_
19 #define _HYDROSOLVER_IDL_
20
21 #include "DSC_Engines.idl"
22 #include "SALOMEDS.idl"
23 #include "SALOME_Exception.idl"
24 #include "SALOME_Component.idl"
25 #include "SALOME_Comm.idl"
26 #include "SALOME_Parametric.idl"
27
28
29
30 module HYDROSOLVER_ORB
31 {
32   typedef sequence<string> stringvec;
33   typedef sequence<double> dblevec;
34
35   interface HYDROSOLVER: Engines::EngineComponent, SALOMEDS::Driver
36   {
37
38   };
39
40 };
41
42 #endif