use explicit template instatiation

This commit is contained in:
Jeff Hill
2001-10-20 00:45:12 +00:00
parent f1d7722f80
commit 21f9dd8179
4 changed files with 15 additions and 5 deletions
+2
View File
@@ -29,6 +29,8 @@
#include "dbChannelIOIL.h"
#include "dbNotifyBlockerIL.h"
template class tsFreeList < dbChannelIO >;
tsFreeList < dbChannelIO > dbChannelIO::freeList;
epicsMutex dbChannelIO::freeListMutex;
unsigned dbChannelIO::nextIdForIO;