[openrtm-commit:00337] r447 - branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2011年 8月 11日 (木) 16:02:18 JST
Author: kurihara
Date: 2011-08-11 16:02:18 +0900 (Thu, 11 Aug 2011)
New Revision: 447
Modified:
branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/RTObject.py
Log:
typo has been corrected.
Modified: branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/RTObject.py
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/RTObject.py 2011-08-10 02:09:23 UTC (rev 446)
+++ branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/RTObject.py 2011-08-11 07:02:18 UTC (rev 447)
@@ -3530,7 +3530,7 @@
# - PRE_ON_SHUTDOWN: onShutdown 直前
# - PRE_ON_ACTIVATED: onActivated 直前
# - PRE_ON_DEACTIVATED: onDeactivated 直前
- # - PRE_ON_ABORTED: onAborted 直前
+ # - PRE_ON_ABORTING: onAborted 直前
# - PRE_ON_ERROR: onError 直前
# - PRE_ON_RESET: onReset 直前
# - PRE_ON_EXECUTE: onExecute 直前
@@ -3564,7 +3564,7 @@
# - PRE_ON_SHUTDOWN: before onShutdown
# - PRE_ON_ACTIVATED: before onActivated
# - PRE_ON_DEACTIVATED: before onDeactivated
- # - PRE_ON_ABORTED: before onAborted
+ # - PRE_ON_ABORTING: before onAborted
# - PRE_ON_ERROR: before onError
# - PRE_ON_RESET: before onReset
# - PRE_ON_EXECUTE: before onExecute
@@ -3649,7 +3649,7 @@
# - POST_ON_SHUTDOWN: onShutdown 直後
# - POST_ON_ACTIVATED: onActivated 直後
# - POST_ON_DEACTIVATED: onDeactivated 直後
- # - POST_ON_ABORTED: onAborted 直後
+ # - POST_ON_ABORTING: onAborted 直後
# - POST_ON_ERROR: onError 直後
# - POST_ON_RESET: onReset 直後
# - POST_ON_EXECUTE: onExecute 直後
@@ -3683,7 +3683,7 @@
# - POST_ON_SHUTDOWN: after onShutdown
# - POST_ON_ACTIVATED: after onActivated
# - POST_ON_DEACTIVATED: after onDeactivated
- # - POST_ON_ABORTED: after onAborted
+ # - POST_ON_ABORTING: after onAborted
# - POST_ON_ERROR: after onError
# - POST_ON_RESET: after onReset
# - POST_ON_EXECUTE: after onExecute
openrtm-commit メーリングリストの案内