Salome HOME
Updated copyright comment
[modules/kernel.git] / src / DSC / DSC_User / Datastream / Calcium / CalciumProvidesPort.hxx.in
1 // Copyright (C) 2007-2024  CEA, EDF, OPEN CASCADE
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License, or (at your option) any later version.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19
20 // Modified by : $LastChangedBy$
21 // Date        : $LastChangedDate: 2007-03-01 13:40:26 +0100 (Thu, 01 Mar 2007) $
22 // Id          : $Id$
23 //
24 #ifndef _CALCIUM_PORT_PROVIDES_HXX_
25 #define _CALCIUM_PORT_PROVIDES_HXX_
26
27 #include <SALOMEconfig.h>
28
29 #include "Calcium_Ports.hh"
30 #include "CalciumGenericProvidesPort.hxx"
31 #include "CalciumCouplingPolicy.hxx"
32
33
34 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_integer_port_provides,                \
35                               POA_Ports::Calcium_Ports::Calcium_Integer_Port, \
36                               seq_u_manipulation<Ports::Calcium_Ports::seq_integer,@CALCIUM_CORBA_INT_F77@> ) \
37
38 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_long_port_provides,           \
39                               POA_Ports::Calcium_Ports::Calcium_Long_Port, \
40                               seq_u_manipulation<Ports::Calcium_Ports::seq_long_long,CORBA::LongLong> ) \
41
42 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_intc_port_provides,           \
43                               POA_Ports::Calcium_Ports::Calcium_Intc_Port, \
44                               seq_u_manipulation<Ports::Calcium_Ports::seq_long,CORBA::Long> ) \
45
46 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_real_port_provides,           \
47                               POA_Ports::Calcium_Ports::Calcium_Real_Port, \
48                               seq_u_manipulation<Ports::Calcium_Ports::seq_float,CORBA::Float> ) \
49
50 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_double_port_provides,         \
51                               POA_Ports::Calcium_Ports::Calcium_Double_Port, \
52                               seq_u_manipulation<Ports::Calcium_Ports::seq_double,CORBA::Double> ) \
53
54 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_complex_port_provides,                \
55                               POA_Ports::Calcium_Ports::Calcium_Complex_Port, \
56                               seq_u_manipulation<Ports::Calcium_Ports::seq_float,CORBA::Float> ) \
57
58 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_logical_port_provides,                \
59                               POA_Ports::Calcium_Ports::Calcium_Logical_Port, \
60                               seq_u_manipulation<Ports::Calcium_Ports::seq_boolean,CORBA::Boolean> ) \
61
62 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_string_port_provides,         \
63                               POA_Ports::Calcium_Ports::Calcium_String_Port, \
64                               seq_u_manipulation<Ports::Calcium_Ports::seq_string,char *> ) \
65
66 #endif