[openrtm-commit:00291] r433 - branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2011年 8月 2日 (火) 21:14:09 JST
Author: kurihara
Date: 2011-08-02 21:14:09 +0900 (Tue, 02 Aug 2011)
New Revision: 433
Modified:
branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/SdoServiceConsumerBase.py
Log:
destoructor has been added.
Modified: branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/SdoServiceConsumerBase.py
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/SdoServiceConsumerBase.py 2011-08-02 12:11:50 UTC (rev 432)
+++ branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/SdoServiceConsumerBase.py 2011-08-02 12:14:09 UTC (rev 433)
@@ -41,6 +41,9 @@
def __init__(self):
pass
+ def __del__(self):
+ pass
+
# virtual bool init(RTObject_impl& rtobj,
# const SDOPackage::ServiceProfile& profile) = 0;
def init(self, rtobj, profile):
openrtm-commit メーリングリストの案内