SALOME documentation central
src/DSC/DSC_User/Basic/basic_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 #ifndef _BASIC_PORT_FACTORY_HXX_
00027 #define _BASIC_PORT_FACTORY_HXX_
00028
00029 #include "port_factory.hxx"
00030 #include "data_short_port_provides.hxx"
00031 #include "data_short_port_uses.hxx"
00032
00040 class basic_port_factory :
00041 public port_factory
00042 {
00043 public:
00044 basic_port_factory();
00045 virtual ~basic_port_factory();
00046
00053 virtual provides_port * create_data_servant(std::string type);
00054
00061 virtual uses_port * create_data_proxy(std::string type);
00062 };
00063
00064 #endif
00065
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