moved template instances to a separate file

This commit is contained in:
Jeff Hill
2002-04-25 18:13:42 +00:00
parent f4d313d3d8
commit a7ce3f1723
5 changed files with 9 additions and 69 deletions

View File

@@ -19,18 +19,6 @@
#include "iocinf.h"
#include "oldAccess.h"
#ifdef _MSC_VER
# pragma warning ( push )
# pragma warning ( disable:4660 )
#endif
template class tsFreeList < getCallback, 1024 >;
template class epicsSingleton < tsFreeList < getCallback, 1024 > >;
#ifdef _MSC_VER
# pragma warning ( pop )
#endif
epicsSingleton < tsFreeList < class getCallback, 1024 > > getCallback::pFreeList;
getCallback::getCallback ( oldChannelNotify &chanIn,