increased locking requirements

This commit is contained in:
Jeff Hill
2003-10-23 22:31:06 +00:00
parent fab73db5e8
commit 2011e6b87a
4 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -117,7 +117,8 @@ void netiiu::requestRecvProcessPostponedFlush ()
return;
}
void netiiu::uninstallChan ( epicsGuard < cacMutex > &, nciu & )
void netiiu::uninstallChan (
epicsGuard < callbackMutex > &, epicsGuard < cacMutex > &, nciu & )
{
throw cacChannel::notConnected();
}