[openrtm-commit:00532] r231 - trunk/rtmtools/jp.go.aist.rtm.toolscommon/src/jp/go/aist/rtm/toolscommon/model/component/impl
openrtm @ openrtm.org
openrtm @ openrtm.org
2012年 1月 3日 (火) 01:29:20 JST
Author: sakamoto
Date: 2012-01-03 01:29:19 +0900 (Tue, 03 Jan 2012)
New Revision: 231
Modified:
trunk/rtmtools/jp.go.aist.rtm.toolscommon/src/jp/go/aist/rtm/toolscommon/model/component/impl/CorbaConnectorProfileImpl.java
Log:
Update ConnectorProfile Properties #1611,#2295
Modified: trunk/rtmtools/jp.go.aist.rtm.toolscommon/src/jp/go/aist/rtm/toolscommon/model/component/impl/CorbaConnectorProfileImpl.java
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.toolscommon/src/jp/go/aist/rtm/toolscommon/model/component/impl/CorbaConnectorProfileImpl.java 2011-12-30 16:42:21 UTC (rev 230)
+++ trunk/rtmtools/jp.go.aist.rtm.toolscommon/src/jp/go/aist/rtm/toolscommon/model/component/impl/CorbaConnectorProfileImpl.java 2012-01-02 16:29:19 UTC (rev 231)
@@ -267,9 +267,7 @@
PROP.INPORT_READ_TIMEOUT);
for (String key : profile.getPropertyKeys()) {
- if (InterfaceId.isValid(key)) {
- addProperty(result, profile.getProperty(key), key);
- }
+ addProperty(result, profile.getProperty(key), key);
}
return result.toArray(new NameValue[0]);
openrtm-commit メーリングリストの案内