more work on tcp shutdown sequence

This commit is contained in:
Jeff Hill
2002-05-14 20:30:29 +00:00
parent a5c9f8d430
commit 8f306ef992
9 changed files with 70 additions and 57 deletions
+1 -2
View File
@@ -103,8 +103,7 @@ void netiiu::requestRecvProcessPostponedFlush ()
return;
}
class tcpiiu * netiiu::uninstallChanAndReturnDestroyPtr
( epicsGuard < cacMutex > &, nciu & )
void netiiu::uninstallChan ( epicsGuard < cacMutex > &, nciu & )
{
throw cacChannel::notConnected();
}