From f2891d72e557194a3f367e27d6c656c55b7af3bf Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 10 Jul 2013 14:55:34 -0500 Subject: [PATCH] ca: Add missing template instances for VxWorks 5.5.x --- src/ca/templateInstances.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ca/templateInstances.cpp b/src/ca/templateInstances.cpp index ae3f9245d..dd8b5113e 100644 --- a/src/ca/templateInstances.cpp +++ b/src/ca/templateInstances.cpp @@ -78,6 +78,10 @@ template comBuf :: popStatus comBuf :: pop ( unsigned char & returnVal ); template void WireSet ( float const &, unsigned char * ); template void WireSet ( int const &, unsigned char * ); template void WireSet ( short const &, unsigned char * ); +template void ca_client_context :: whenThereIsAnExceptionDestroySyncGroupIO + (epicsGuard < epicsMutex > &, syncGroupWriteNotify & ); +template void ca_client_context :: whenThereIsAnExceptionDestroySyncGroupIO + ( epicsGuard < epicsMutex > &, syncGroupReadNotify & ); #ifdef _MSC_VER