match new interface

This commit is contained in:
Jeff Hill
2002-05-09 00:26:44 +00:00
parent 78e871e05c
commit 3c5f460e0f
+3 -3
View File
@@ -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();
}