use explicit template instantiation
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
#include "exServer.h"
|
||||
#include "gddApps.h"
|
||||
|
||||
template class gddAppFuncTable < exPV >;
|
||||
template class tsSLNode < pvEntry >;
|
||||
template class resTable < pvEntry, stringId >;
|
||||
|
||||
//
|
||||
// static data for exPV
|
||||
//
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
//
|
||||
#include "exServer.h"
|
||||
|
||||
template class tsSLNode < exPV >;
|
||||
|
||||
//
|
||||
// static list of pre-created PVs
|
||||
|
||||
Reference in New Issue
Block a user