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

@@ -36,6 +36,20 @@
#include "net_convert.h"
#undef epicsExportSharedSymbols
template class resTable < nciu, chronIntId >;
template class chronIntIdResTable < nciu >;
template class tsSLNode < tcpiiu >;
template class resTable < tcpiiu, caServerID >;
template class tsSLNode < bhe >;
template class resTable < bhe, inetAddrID >;
template class resTable < baseNMIU, chronIntId >;
template class chronIntIdResTable < baseNMIU >;
template class resTable < CASG, chronIntId >;
template class chronIntIdResTable < CASG >;
template class tsFreeList < netReadNotifyIO, 1024, 0 >;
template class tsFreeList < netWriteNotifyIO, 1024, 0 >;
template class tsFreeList < netSubscription, 1024, 0 >;
// TCP response dispatch table
const cac::pProtoStubTCP cac::tcpJumpTableCAC [] =
{