[openrtm-commit:02056] r2782 - trunk/OpenRTM-aist/src/lib/rtm
openrtm @ openrtm.org
openrtm @ openrtm.org
2016年 10月 14日 (金) 08:58:10 JST
Author: n-ando
Date: 2016-10-14 08:58:10 +0900 (Fri, 14 Oct 2016)
New Revision: 2782
Modified:
trunk/OpenRTM-aist/src/lib/rtm/ManagerServant.cpp
Log:
[compat,bugfix,->RELENG_1_2] ManagerServant master flag is now initialized in ctor. Other member vars also initilized. refs #3654
Modified: trunk/OpenRTM-aist/src/lib/rtm/ManagerServant.cpp
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/ManagerServant.cpp 2016-10-13 07:15:49 UTC (rev 2781)
+++ trunk/OpenRTM-aist/src/lib/rtm/ManagerServant.cpp 2016-10-13 23:58:10 UTC (rev 2782)
@@ -32,6 +32,8 @@
ManagerServant::ManagerServant()
: rtclog("ManagerServant"),
m_mgr(::RTC::Manager::instance()),
+ m_objref(CORBA::Object::_nil()),
+ m_masters(0), m_slaves(0),
m_isMaster(false)
{
rtclog.setName("ManagerServant");
More information about the openrtm-commit
mailing list