[openrtm-commit:03001] r3135 - in trunk/OpenRTM-aist/examples: Analyzer Throughput
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 12月 12日 (火) 08:18:44 JST
Author: miyamoto
Date: 2017-12-12 08:18:44 +0900 (Tue, 12 Dec 2017)
New Revision: 3135
Modified:
trunk/OpenRTM-aist/examples/Analyzer/Analyzer.h
trunk/OpenRTM-aist/examples/Throughput/Throughput.h
Log:
[compat] refs #4391
Modified: trunk/OpenRTM-aist/examples/Analyzer/Analyzer.h
===================================================================
--- trunk/OpenRTM-aist/examples/Analyzer/Analyzer.h 2017-12-11 10:08:53 UTC (rev 3134)
+++ trunk/OpenRTM-aist/examples/Analyzer/Analyzer.h 2017-12-11 23:18:44 UTC (rev 3135)
@@ -335,6 +335,7 @@
class DataListener
: public ConnectorDataListenerT<RTC::TimedOctetSeq>
{
+ USE_CONNLISTENER_STATUS;
public:
DataListener(Analyzer *comp);
virtual ~DataListener();
Modified: trunk/OpenRTM-aist/examples/Throughput/Throughput.h
===================================================================
--- trunk/OpenRTM-aist/examples/Throughput/Throughput.h 2017-12-11 10:08:53 UTC (rev 3134)
+++ trunk/OpenRTM-aist/examples/Throughput/Throughput.h 2017-12-11 23:18:44 UTC (rev 3135)
@@ -431,6 +431,7 @@
class DataListener
: public ConnectorDataListenerT<DataType>
{
+ USE_CONNLISTENER_STATUS;
public:
DataListener(Throughput *comp) : m_comp(comp) {};
virtual ~DataListener() {};
@@ -446,6 +447,7 @@
class ConnListener
: public ConnectorListener
{
+ USE_CONNLISTENER_STATUS;
public:
ConnListener(Throughput *comp) : m_comp(comp) {}
virtual ~ConnListener() {}
More information about the openrtm-commit
mailing list