[openrtm-commit:03019] r3147 - branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 12月 13日 (水) 17:58:27 JST
Author: miyamoto
Date: 2017-12-13 17:58:27 +0900 (Wed, 13 Dec 2017)
New Revision: 3147
Modified:
branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/InPortPushConnector.h
Log:
[merge] r3140 has been merged from trunk.
Modified: branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/InPortPushConnector.h
===================================================================
--- branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/InPortPushConnector.h 2017-12-13 08:57:04 UTC (rev 3146)
+++ branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/InPortPushConnector.h 2017-12-13 08:58:27 UTC (rev 3147)
@@ -281,13 +281,13 @@
void onBufferEmpty(cdrMemoryStream& data)
{
m_listeners.
- connectorData_[ON_BUFFER_EMPTY].notify(m_profile, data);
+ connector_[ON_BUFFER_EMPTY].notify(m_profile);
}
void onBufferReadTimeout(cdrMemoryStream& data)
{
m_listeners.
- connectorData_[ON_BUFFER_READ_TIMEOUT].notify(m_profile, data);
+ connector_[ON_BUFFER_READ_TIMEOUT].notify(m_profile);
}
private:
More information about the openrtm-commit
mailing list