fix file modified while installed in include

This commit is contained in:
Jeff Hill
2001-03-08 22:13:51 +00:00
parent 1ee4d67709
commit 249c3bf3b9
+7
View File
@@ -197,6 +197,13 @@ inline resTableIndex fdRegId::hash (unsigned) const
return hashid;
}
inline void fdManager::lazyInitTimerQueue ()
{
if ( ! this->pTimerQueue ) {
this->pTimerQueue = & epicsTimerQueuePassive::create ( *this );
}
}
inline epicsTimerQueue & fdManager::timerQueueRef ()
{
this->lazyInitTimerQueue ();