[openrtm-commit:02107] r2799 - trunk/OpenRTM-aist/src/lib/rtm
openrtm @ openrtm.org
openrtm @ openrtm.org
2016年 11月 15日 (火) 08:55:03 JST
Author: miyamoto
Date: 2016-11-15 08:55:02 +0900 (Tue, 15 Nov 2016)
New Revision: 2799
Modified:
trunk/OpenRTM-aist/src/lib/rtm/SdoServiceAdmin.cpp
Log:
[compat,bugfix]refs #3703
Modified: trunk/OpenRTM-aist/src/lib/rtm/SdoServiceAdmin.cpp
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/SdoServiceAdmin.cpp 2016-11-14 03:04:43 UTC (rev 2798)
+++ trunk/OpenRTM-aist/src/lib/rtm/SdoServiceAdmin.cpp 2016-11-14 23:55:02 UTC (rev 2799)
@@ -208,7 +208,7 @@
return new SDOPackage::ServiceProfile(m_providers[i]->getProfile());
}
}
- throw new SDOPackage::InvalidParameter();
+ throw SDOPackage::InvalidParameter();
return new SDOPackage::ServiceProfile();
}
More information about the openrtm-commit
mailing list