19 #ifndef RTC_PORTCONNECTLISTENER_H
20 #define RTC_PORTCONNECTLISTENER_H
27 #include <rtm/idl/RTCSkel.h>
135 RTC::ConnectorProfile& profile) = 0;
255 RTC::ConnectorProfile& profile,
256 ReturnCode_t ret) = 0;
278 typedef std::pair<PortConnectListener*, bool> Entry;
358 void notify(
const char* portname, RTC::ConnectorProfile& profile);
361 std::vector<Entry> m_listeners;
384 typedef std::pair<PortConnectRetListener*, bool> Entry;
466 void notify(
const char* portname, RTC::ConnectorProfile& profile,
470 std::vector<Entry> m_listeners;
517 #endif // RTC_PORTCONNECTLISTENER_H