use explicit templ instantiation

This commit is contained in:
Jeff Hill
2001-10-20 00:36:46 +00:00
parent f84e7f5df6
commit 7c4ddfffcd
3 changed files with 25 additions and 8 deletions
+6
View File
@@ -37,6 +37,12 @@
#include "server.h"
#include "casCtxIL.h" // casCtx in line func
template class tsSLNode < casPVI >;
template class tsSLNode < casRes >;
template class resTable < casRes, chronIntId >;
template class resTable < casEventMaskEntry, stringId >;
template class chronIntIdResTable < casRes >;
//
// the maximum beacon period if EPICS_CA_BEACON_PERIOD isnt available
//