Made the scan timer clean up the link in exPV to the timer

in case they change the scan timer to a one shot.
This commit is contained in:
Jeff Hill
1998-05-05 16:14:19 +00:00
parent 82974bbadb
commit c9d031f75e

View File

@@ -11,9 +11,9 @@ osiTime exPV::currentTime;
// exPV::exPV()
//
exPV::exPV (caServer &casIn, pvInfo &setup, aitBool preCreateFlag, aitBool scanOnIn) :
casPV(casIn),
pValue(NULL),
info(setup),
casPV(casIn),
interest(aitFalse),
preCreate(preCreateFlag),
scanOn(scanOnIn)
@@ -110,6 +110,14 @@ caStatus exPV::update(gdd &valueIn)
return S_casApp_success;
}
//
// exScanTimer::~exScanTimer ()
//
exScanTimer::~exScanTimer ()
{
pv.pScanTimer = NULL;
}
//
// exScanTimer::expire ()
//