SALOME documentation central
src/DSC/DSC_User/Datastream/Palm/palm_port_factory.hxx
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029 #ifndef _PALM_PORT_FACTORY_HXX_
00030 #define _PALM_PORT_FACTORY_HXX_
00031
00032 #include "port_factory.hxx"
00033 #include "uses_port.hxx"
00034 #include "provides_port.hxx"
00035 #include <string>
00036
00037 #include "palm_data_short_port_provides.hxx"
00038 #include "palm_data_seq_short_port_provides.hxx"
00039
00040 class palm_port_factory :
00041 public port_factory
00042 {
00043 public:
00044 palm_port_factory();
00045 virtual ~palm_port_factory();
00046
00047 virtual provides_port * create_data_servant(std::string type);
00048 virtual uses_port * create_data_proxy(std::string type);
00049 };
00050
00051 #endif
00052
Copyright © 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS