free list use epicsSingleton

This commit is contained in:
Jeff Hill
2002-03-22 00:04:24 +00:00
parent d9d84a5695
commit 6129da9fb5
7 changed files with 21 additions and 12 deletions

View File

@@ -23,6 +23,7 @@
#include "epicsEvent.h"
#include "epicsTime.h"
#include "tsFreeList.h"
#include "epicsSingleton.h"
#include "errMdef.h"
#include "cacIO.h"
@@ -34,7 +35,7 @@
#include "dbChannelIOIL.h"
#include "dbPutNotifyBlocker.h"
tsFreeList < dbPutNotifyBlocker, 1024, 0 > dbPutNotifyBlocker::freeList;
epicsSingleton < tsFreeList < dbPutNotifyBlocker, 1024 > > dbPutNotifyBlocker::pFreeList;
dbPutNotifyBlocker::dbPutNotifyBlocker ( dbChannelIO &chanIn ) :
pNotify ( 0 )