template instantiation

This commit is contained in:
Jeff Hill
2002-03-27 19:18:43 +00:00
parent 91ee9fc9c4
commit a07be4ff1b
25 changed files with 95 additions and 1 deletions
+5
View File
@@ -36,6 +36,11 @@
#include "autoPtrDestroy.h"
#include "cac.h"
template class tsFreeList < CASG, 128 >;
template class epicsSingleton < tsFreeList < struct CASG, 128 > >;
template class tsFreeList < syncGroupReadNotify, 128, epicsMutexNOOP >;
template class tsFreeList < syncGroupWriteNotify, 128, epicsMutexNOOP >;
epicsSingleton < tsFreeList < struct CASG, 128 > > CASG::pFreeList;
CASG::CASG ( oldCAC &cacIn ) :