use explicit template instantiation
This commit is contained in:
@@ -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 [] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user