/search.css" rel="stylesheet" type="text/css"/> /search.js">
00001 // Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE 00002 // 00003 // This library is free software; you can redistribute it and/or 00004 // modify it under the terms of the GNU Lesser General Public 00005 // License as published by the Free Software Foundation; either 00006 // version 2.1 of the License. 00007 // 00008 // This library is distributed in the hope that it will be useful, 00009 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00010 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00011 // Lesser General Public License for more details. 00012 // 00013 // You should have received a copy of the GNU Lesser General Public 00014 // License along with this library; if not, write to the Free Software 00015 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00016 // 00017 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com 00018 // 00019 00020 // Modified by : $LastChangedBy$ 00021 // Date : $LastChangedDate: 2007-03-01 13:40:26 +0100 (Thu, 01 Mar 2007) $ 00022 // Id : $Id: CalciumProvidesPort.hxx.in,v 1.1.2.1.18.1.6.1 2011-06-01 13:51:41 vsr Exp $ 00023 // 00024 #ifndef _CALCIUM_PORT_PROVIDES_HXX_ 00025 #define _CALCIUM_PORT_PROVIDES_HXX_ 00026 00027 #include <SALOMEconfig.h> 00028 00029 #include "Calcium_Ports.hh" 00030 #include "CalciumGenericProvidesPort.hxx" 00031 #include "CalciumCouplingPolicy.hxx" 00032 00033 00034 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_integer_port_provides, \ 00035 POA_Ports::Calcium_Ports::Calcium_Integer_Port, \ 00036 seq_u_manipulation<Ports::Calcium_Ports::seq_integer,CORBA::Long> ) \ 00037 00038 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_long_port_provides, \ 00039 POA_Ports::Calcium_Ports::Calcium_Long_Port, \ 00040 seq_u_manipulation<Ports::Calcium_Ports::seq_long_long,CORBA::LongLong> ) \ 00041 00042 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_intc_port_provides, \ 00043 POA_Ports::Calcium_Ports::Calcium_Intc_Port, \ 00044 seq_u_manipulation<Ports::Calcium_Ports::seq_long,CORBA::Long> ) \ 00045 00046 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_real_port_provides, \ 00047 POA_Ports::Calcium_Ports::Calcium_Real_Port, \ 00048 seq_u_manipulation<Ports::Calcium_Ports::seq_float,CORBA::Float> ) \ 00049 00050 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_double_port_provides, \ 00051 POA_Ports::Calcium_Ports::Calcium_Double_Port, \ 00052 seq_u_manipulation<Ports::Calcium_Ports::seq_double,CORBA::Double> ) \ 00053 00054 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_complex_port_provides, \ 00055 POA_Ports::Calcium_Ports::Calcium_Complex_Port, \ 00056 seq_u_manipulation<Ports::Calcium_Ports::seq_float,CORBA::Float> ) \ 00057 00058 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_logical_port_provides, \ 00059 POA_Ports::Calcium_Ports::Calcium_Logical_Port, \ 00060 seq_u_manipulation<Ports::Calcium_Ports::seq_boolean,CORBA::Boolean> ) \ 00061 00062 CALCIUM_GENERIC_PROVIDES_PORT_HXX(calcium_string_port_provides, \ 00063 POA_Ports::Calcium_Ports::Calcium_String_Port, \ 00064 seq_u_manipulation<Ports::Calcium_Ports::seq_string,char *> ) \ 00065 00066 #endif