[openrtm-commit:00315] r526 - branches/work/ForConfigurationListener/jp.go.aist.rtm.RTC/src/jp/go/aist/rtm/RTC

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 8月 5日 (金) 11:04:12 JST


Author: fsi-katami
Date: 2011-08-05 11:04:12 +0900 (Fri, 05 Aug 2011)
New Revision: 526

Modified:
   branches/work/ForConfigurationListener/jp.go.aist.rtm.RTC/src/jp/go/aist/rtm/RTC/RTObject_impl.java
Log:
Implemented of ConfigurationParam listener.  refs #2032

Modified: branches/work/ForConfigurationListener/jp.go.aist.rtm.RTC/src/jp/go/aist/rtm/RTC/RTObject_impl.java
===================================================================
--- branches/work/ForConfigurationListener/jp.go.aist.rtm.RTC/src/jp/go/aist/rtm/RTC/RTObject_impl.java	2011-08-05 01:55:50 UTC (rev 525)
+++ branches/work/ForConfigurationListener/jp.go.aist.rtm.RTC/src/jp/go/aist/rtm/RTC/RTObject_impl.java	2011-08-05 02:04:12 UTC (rev 526)
@@ -5361,7 +5361,7 @@
     addConfigurationParamListener(int listener_type,
                                    DataType obj,
                                    String memfunc) {
-        class Noname extends PreComponentActionListener {
+        class Noname extends ConfigurationParamListener {
             public Noname(DataType obj, String memfunc) {
                 m_obj = obj;
                 try {
@@ -5678,7 +5678,7 @@
                 try {
                     m_method.invoke(
                           m_obj,
-                          config_set);
+                          config_set_name);
                 }
                 catch(java.lang.Exception e){
                     rtcout.println(Logbuf.WARN, 



openrtm-commit メーリングリストの案内