added instation for auto ptr to search timer

This commit is contained in:
Jeff Hill
2004-10-12 17:12:02 +00:00
parent b3bb33f448
commit 527dbf796d
+2
View File
@@ -67,6 +67,8 @@ template class tsFreeList < oldSubscription, 1024, epicsMutexNOOP >;
template class tsFreeList < putCallback, 1024, epicsMutexNOOP >;
template class tsFreeList < repeaterClient, 0x20 >;
template class epicsSingleton < localHostName >;
template class epics_auto_ptr < epics_auto_ptr < class searchTimer >, eapt_array >;
#ifdef _MSC_VER
# pragma warning ( pop )