30 #ifndef _PALM_PORT_FACTORY_HXX_
31 #define _PALM_PORT_FACTORY_HXX_
33 #include "port_factory.hxx"
34 #include "uses_port.hxx"
35 #include "provides_port.hxx"
38 #include "palm_data_short_port_provides.hxx"
39 #include "palm_data_seq_short_port_provides.hxx"
virtual provides_port * create_data_servant(std::string type)
Definition: palm_port_factory.cxx:40
Definition: palm_port_factory.hxx:41
virtual uses_port * create_data_proxy(std::string type)
Definition: palm_port_factory.cxx:52
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