From a466beeb2c36a7ed5d8d243bcdffd7cc49b8422c Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Wed, 12 Mar 2014 18:03:26 +0000 Subject: [PATCH] Add destructor --- motorApp/MotorSrc/asynMotorAxis.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/motorApp/MotorSrc/asynMotorAxis.cpp b/motorApp/MotorSrc/asynMotorAxis.cpp index eacf63ee..5dc0b2db 100644 --- a/motorApp/MotorSrc/asynMotorAxis.cpp +++ b/motorApp/MotorSrc/asynMotorAxis.cpp @@ -58,6 +58,9 @@ asynMotorAxis::asynMotorAxis(class asynMotorController *pC, int axisNo) pasynManager->connectDevice(pasynUser_, pC->portName, axisNo); } +asynMotorAxis::~asynMotorAxis() +{ +} /** Move the motor to an absolute location or by a relative amount. * \param[in] position The absolute position to move to (if relative=0) or the relative distance to move