[openrtm-commit:03010] r3140 - trunk/OpenRTM-aist/src/lib/rtm
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 12月 13日 (水) 09:24:11 JST
Author: miyamoto
Date: 2017-12-13 09:24:11 +0900 (Wed, 13 Dec 2017)
New Revision: 3140
Modified:
trunk/OpenRTM-aist/src/lib/rtm/InPortPushConnector.h
Log:
[compat, bugfix, ->RELENG_1_2] bug fix.
Modified: trunk/OpenRTM-aist/src/lib/rtm/InPortPushConnector.h
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/InPortPushConnector.h 2017-12-12 03:59:42 UTC (rev 3139)
+++ trunk/OpenRTM-aist/src/lib/rtm/InPortPushConnector.h 2017-12-13 00:24:11 UTC (rev 3140)
@@ -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