24 #ifndef _PORT_FACTORY_HXX
25 #define _PORT_FACTORY_HXX
27 #include "base_port.hxx"
28 #include "uses_port.hxx"
29 #include "provides_port.hxx"
virtual provides_port * create_data_servant(std::string type)=0
virtual uses_port * create_data_proxy(std::string type)=0
This class implements a DSC_User provides C++ port.
Definition: provides_port.hxx:40
This class implements a DSC_User uses C++ port.
Definition: uses_port.hxx:43
This class is an abstract for all the DSC ports factories that have to be registered into the compone...
Definition: port_factory.hxx:37