moved template instances to a separate file

This commit is contained in:
Jeff Hill
2002-04-25 18:23:09 +00:00
parent 420ad02d89
commit 2e11e7aacd
3 changed files with 7 additions and 38 deletions

View File

@@ -14,18 +14,6 @@
#include "iocinf.h"
#include "oldAccess.h"
#ifdef _MSC_VER
# pragma warning ( push )
# pragma warning ( disable:4660 )
#endif
template class tsFreeList < oldSubscription, 1024 >;
template class epicsSingleton < tsFreeList < oldSubscription, 1024 > >;
#ifdef _MSC_VER
# pragma warning ( pop )
#endif
epicsSingleton < tsFreeList < struct oldSubscription, 1024 > > oldSubscription::pFreeList;
oldSubscription::~oldSubscription ()