From afc108fde282f7b9c80e572bcb5638c6270f9ce7 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 25 Apr 2002 17:58:14 +0000 Subject: [PATCH] moved template instances to a separate file --- src/ca/bhe.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/ca/bhe.cpp b/src/ca/bhe.cpp index dc58c6b69..b460e0891 100644 --- a/src/ca/bhe.cpp +++ b/src/ca/bhe.cpp @@ -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 )