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
+3
View File
@@ -14,6 +14,9 @@
#include "iocinf.h"
#include "oldAccess.h"
template class tsFreeList < oldSubscription, 1024 >;
template class epicsSingleton < tsFreeList < oldSubscription, 1024 > >;
epicsSingleton < tsFreeList < struct oldSubscription, 1024 > > oldSubscription::pFreeList;
oldSubscription::~oldSubscription ()