[openrtm-commit:01573] r2640 - trunk/OpenRTM-aist/src/lib/rtm/tests/OutPortPushConnector
openrtm @ openrtm.org
openrtm @ openrtm.org
2015年 6月 26日 (金) 16:53:58 JST
Author: irie
Date: 2015-06-26 16:53:58 +0900 (Fri, 26 Jun 2015)
New Revision: 2640
Modified:
trunk/OpenRTM-aist/src/lib/rtm/tests/OutPortPushConnector/Makefile.am
trunk/OpenRTM-aist/src/lib/rtm/tests/OutPortPushConnector/OutPortPushConnectorTests.cpp
Log:
[compat,test] Uninclude cdrStream.h, Add source files to Makefile.am. refs #3242
Modified: trunk/OpenRTM-aist/src/lib/rtm/tests/OutPortPushConnector/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/tests/OutPortPushConnector/Makefile.am 2015-06-26 06:18:19 UTC (rev 2639)
+++ trunk/OpenRTM-aist/src/lib/rtm/tests/OutPortPushConnector/Makefile.am 2015-06-26 07:53:58 UTC (rev 2640)
@@ -43,6 +43,16 @@
nodist_OutPortPushConnectorTests_SOURCES = \
../TestRunner.cpp \
$(IDL_SOURCES:.idl=Skel.cpp) \
+ $(top_srcdir)/src/lib/rtm/ConfigurationListener.cpp \
+ $(top_srcdir)/src/lib/rtm/LocalServiceAdmin.cpp \
+ $(top_srcdir)/src/lib/rtm/RTObjectStateMachine.cpp \
+ $(top_srcdir)/src/lib/rtm/ExecutionContextProfile.cpp \
+ $(top_srcdir)/src/lib/rtm/ExecutionContextWorker.cpp \
+ $(top_srcdir)/src/lib/rtm/ComponentActionListener.cpp \
+ $(top_srcdir)/src/lib/rtm/ExecutionContextBase.cpp \
+ $(top_srcdir)/src/lib/rtm/ManagerActionListener.cpp \
+ $(top_srcdir)/src/lib/rtm/PortConnectListener.cpp \
+ $(top_srcdir)/src/lib/rtm/SdoServiceAdmin.cpp \
$(top_srcdir)/src/lib/rtm/NVUtil.cpp \
$(top_srcdir)/src/lib/rtm/PortBase.cpp \
$(top_srcdir)/src/lib/rtm/Manager.cpp \
Modified: trunk/OpenRTM-aist/src/lib/rtm/tests/OutPortPushConnector/OutPortPushConnectorTests.cpp
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/tests/OutPortPushConnector/OutPortPushConnectorTests.cpp 2015-06-26 06:18:19 UTC (rev 2639)
+++ trunk/OpenRTM-aist/src/lib/rtm/tests/OutPortPushConnector/OutPortPushConnectorTests.cpp 2015-06-26 07:53:58 UTC (rev 2640)
@@ -22,7 +22,7 @@
#ifndef OutPortPushConnector_cpp
#define OutPortPushConnector_cpp
-#include <omniORB4/cdrStream.h>
+//#include <omniORB4/cdrStream.h>
#include <cppunit/ui/text/TestRunner.h>
#include <cppunit/TextOutputter.h>
More information about the openrtm-commit
mailing list