use explicit template instantiation

This commit is contained in:
Jeff Hill
2001-10-20 00:43:26 +00:00
parent 7c4ddfffcd
commit f1d7722f80
25 changed files with 77 additions and 8 deletions

View File

@@ -25,7 +25,10 @@
#include "caerr.h" // for ECA_DBLCHNL
#undef epicsExportSharedSymbols
tsFreeList < class msgForMultiplyDefinedPV, 16 > msgForMultiplyDefinedPV::freeList;
template class tsFreeList < class msgForMultiplyDefinedPV, 16 >;
tsFreeList < class msgForMultiplyDefinedPV, 16 >
msgForMultiplyDefinedPV::freeList;
epicsMutex msgForMultiplyDefinedPV::freeListMutex;
msgForMultiplyDefinedPV::msgForMultiplyDefinedPV (