From b8505187f56290db5d1677a42f31b36ef5438491 Mon Sep 17 00:00:00 2001 From: picca frederic Date: Tue, 5 Oct 2010 14:20:04 +0200 Subject: [PATCH] * do not send the stop method when exiting from the task --- ds_XPAD/XPADTask.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ds_XPAD/XPADTask.cpp b/ds_XPAD/XPADTask.cpp index 153c9a0..bda0308 100644 --- a/ds_XPAD/XPADTask.cpp +++ b/ds_XPAD/XPADTask.cpp @@ -47,7 +47,6 @@ XPADTask::XPADTask(Tango::DeviceImpl *device, const std::string &type) : void XPADTask::exit(void) throw (yat::Exception) { - this->stop(); yat::Task::exit(); } -- 2.11.4.GIT