#include <palm_port_factory.hxx>
◆ palm_port_factory()
| palm_port_factory::palm_port_factory |
( |
| ) |
|
◆ ~palm_port_factory()
| palm_port_factory::~palm_port_factory |
( |
| ) |
|
|
virtual |
◆ create_data_proxy()
| uses_port * palm_port_factory::create_data_proxy |
( |
std::string |
type | ) |
|
|
virtual |
This method creates a uses port.
- Parameters
-
- Returns
- a pointer of the uses port.
Implements port_factory.
◆ create_data_servant()
| provides_port * palm_port_factory::create_data_servant |
( |
std::string |
type | ) |
|
|
virtual |
This method creates a provides port.
- Parameters
-
- Returns
- a pointer of the provides port.
Implements port_factory.