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 // File : calcium_int_port_uses.hxx 00021 // Author : Eric Fayolle (EDF) 00022 // Module : KERNEL 00023 // Modified by : $LastChangedBy$ 00024 // Date : $LastChangedDate: 2007-02-28 15:26:32 +0100 (mer, 28 fév 2007) $ 00025 // Id : $Id: calcium_intc_port_uses.hxx,v 1.1.2.2.10.1.6.1 2011-06-01 13:51:41 vsr Exp $ 00026 // 00027 #ifndef _CALCIUM_INTC_PORT_USES_HXX_ 00028 #define _CALCIUM_INTC_PORT_USES_HXX_ 00029 00030 #include <SALOMEconfig.h> 00031 00032 #include "Calcium_Ports.hh" 00033 #include "CalciumGenericUsesPort.hxx" 00034 00035 extern char _repository_Calcium_Intc_Port_name[]; 00036 00037 class calcium_intc_port_uses : 00038 public virtual CalciumGenericUsesPort< seq_u_manipulation<Ports::Calcium_Ports::seq_long, 00039 CORBA::Long >, 00040 Ports::Calcium_Ports::Calcium_Intc_Port, 00041 _repository_Calcium_Intc_Port_name 00042 > 00043 { 00044 public : 00045 00046 virtual ~calcium_intc_port_uses(); 00047 00048 }; 00049 00050 #endif