[openrtm-commit:01603] r2669 - trunk/OpenRTM-aist/src/lib/rtm
openrtm @ openrtm.org
openrtm @ openrtm.org
2015年 9月 28日 (月) 16:55:07 JST
Author: irie
Date: 2015-09-28 16:55:07 +0900 (Mon, 28 Sep 2015)
New Revision: 2669
Modified:
trunk/OpenRTM-aist/src/lib/rtm/ConfigAdmin.cpp
Log:
[compat,test] Change src/lib/ConfigAdmin.cpp. refs #3220
Modified: trunk/OpenRTM-aist/src/lib/rtm/ConfigAdmin.cpp
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/ConfigAdmin.cpp 2015-09-18 05:30:58 UTC (rev 2668)
+++ trunk/OpenRTM-aist/src/lib/rtm/ConfigAdmin.cpp 2015-09-28 07:55:07 UTC (rev 2669)
@@ -45,6 +45,7 @@
*/
void ConfigBase::notifyUpdate(const char* key, const char* val)
{
+ if(m_admin == 0 || m_callback == 0) return;
(m_admin->*m_callback)(key, val);
}
More information about the openrtm-commit
mailing list