moved template instances to a separate file
This commit is contained in:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user