set scan timer pointer to zero if it isnt used

This commit is contained in:
Jeff Hill
2001-01-18 23:14:14 +00:00
parent 4a53d963b3
commit c2aa43750f

View File

@@ -41,6 +41,9 @@ exPV::exPV (pvInfo &setup, bool preCreateFlag, bool scanOnIn) :
this->pScanTimer =
new exScanTimer (this->getScanPeriod(), *this);
}
else {
this->pScanTimer = 0;
}
}
//