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

@@ -21,17 +21,6 @@
#include "epicsGuard.h"
#include "cacIO.h"
#ifdef _MSC_VER
# pragma warning ( push )
# pragma warning ( disable:4660 )
#endif
template class epicsSingleton < cacServiceList >;
#ifdef _MSC_VER
# pragma warning ( pop )
#endif
epicsShareDef epicsSingleton < cacServiceList > pGlobalServiceListCAC;
cacServiceList::cacServiceList ()