template instantiation

This commit is contained in:
Jeff Hill
2002-03-27 19:18:43 +00:00
parent 91ee9fc9c4
commit a07be4ff1b
25 changed files with 95 additions and 1 deletions

View File

@@ -19,6 +19,9 @@
#include "iocinf.h"
#include "comBuf.h"
template class tsFreeList < comBuf, 0x20 >;
template class epicsSingleton < tsFreeList < comBuf, 0x20 > >;
epicsSingleton < tsFreeList < class comBuf, 0x20 > > comBuf::pFreeList;
bool comBuf::flushToWire ( wireSendAdapter &wire )