use singleton for epics timer queue manager

This commit is contained in:
Jeff Hill
2002-03-22 21:18:45 +00:00
parent e91791d01c
commit cf3000d8df
3 changed files with 6 additions and 5 deletions

View File

@@ -160,7 +160,7 @@ private:
timerQueueActiveMgr & operator = ( const timerQueueActiveMgr & );
};
extern timerQueueActiveMgr queueMgr;
extern epicsSingleton < timerQueueActiveMgr > pTimerQueueMgrEPICS;
class timerQueuePassive : public epicsTimerQueuePassive {
public: