moved template instances to a separate file

This commit is contained in:
Jeff Hill
2002-04-25 17:58:14 +00:00
parent e553987c67
commit afc108fde2
-12
View File
@@ -21,18 +21,6 @@
#include "virtualCircuit.h"
#include "bhe.h"
#ifdef _MSC_VER
# pragma warning ( push )
# pragma warning ( disable:4660 )
#endif
template class tsFreeList < bhe, 1024 >;
template class epicsSingleton < tsFreeList < bhe, 1024 > >;
#ifdef _MSC_VER
# pragma warning ( pop )
#endif
epicsSingleton < tsFreeList < class bhe, 1024 > > bhe::pFreeList;
void * bhe::operator new ( size_t size )