fixed possible race condition where put notify block might be nilled out

while it is running
This commit is contained in:
Jeff Hill
2001-09-21 17:09:55 +00:00
parent c5084f15cc
commit 2e329813aa
4 changed files with 2 additions and 23 deletions

View File

@@ -83,11 +83,6 @@ cacChannel::ioStatus dbChannelIO::write ( unsigned type, unsigned long count,
return iosAsynch;
}
void dbChannelIO::putNotifyCompletion ( dbPutNotifyBlocker &blocker )
{
this->serviceIO.putNotifyCompletion ( blocker );
}
void dbChannelIO::subscribe ( unsigned type, unsigned long count,
unsigned mask, cacStateNotify &notify, ioid *pId )
{