From 3c5f460e0f3de5ddd5b94a1b00e43b583787bee6 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 9 May 2002 00:26:44 +0000 Subject: [PATCH] match new interface --- src/ca/netiiu.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ca/netiiu.cpp b/src/ca/netiiu.cpp index bacf73f57..dfa677672 100644 --- a/src/ca/netiiu.cpp +++ b/src/ca/netiiu.cpp @@ -94,7 +94,7 @@ void netiiu::flushRequestIfAboveEarlyThreshold ( epicsGuard < cacMutex > & ) } void netiiu::blockUntilSendBacklogIsReasonable - ( epicsGuard < callbackMutex > *, epicsGuard < cacMutex > & ) + ( cacNotify &, epicsGuard < cacMutex > & ) { } @@ -103,8 +103,8 @@ void netiiu::requestRecvProcessPostponedFlush () return; } -void netiiu::uninstallChannel ( epicsGuard < callbackMutex > &, - epicsGuard < cacMutex > &, nciu & ) +class tcpiiu * netiiu::uninstallChanAndReturnDestroyPtr + ( epicsGuard < cacMutex > &, nciu & ) { throw cacChannel::notConnected(); }