[openrtm-commit:01865] r2710 - trunk/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2016年 3月 18日 (金) 11:16:26 JST


Author: irie
Date: 2016-03-18 11:16:26 +0900 (Fri, 18 Mar 2016)
New Revision: 2710

Modified:
   trunk/OpenRTM-aist/src/lib/rtm/RTObject.cpp
Log:
[compat,test] Delete the comment.

Modified: trunk/OpenRTM-aist/src/lib/rtm/RTObject.cpp
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/RTObject.cpp	2016-03-16 14:52:26 UTC (rev 2709)
+++ trunk/OpenRTM-aist/src/lib/rtm/RTObject.cpp	2016-03-18 02:16:26 UTC (rev 2710)
@@ -2164,7 +2164,7 @@
             // never throws exception
             RTC_ERROR(("Unknown exception caught."));
           }
-	RTC::ExecutionContextFactory::instance().deleteObject(m_eclist[i]); /////
+	RTC::ExecutionContextFactory::instance().deleteObject(m_eclist[i]);
       }
     if (!m_eclist.empty())
       {



More information about the openrtm-commit mailing list