fixes for bugs 133 and 134 in Mantis

This commit is contained in:
Jeff Hill
2004-09-23 23:15:22 +00:00
parent 107f1fa37f
commit 7b7a07c667
28 changed files with 1386 additions and 940 deletions

View File

@@ -173,9 +173,14 @@ void oldChannelNotify::disconnectNotify (
}
}
void oldChannelNotify::serviceShutdownNotify ()
void oldChannelNotify::serviceShutdownNotify (
epicsGuard < epicsMutex > & callbackControlGuard,
epicsGuard < epicsMutex > & mutualExclusionGuard )
{
this->cacCtx.destroyChannel ( *this );
this->cacCtx.destroyChannel (
callbackControlGuard,
mutualExclusionGuard,
*this );
}
void oldChannelNotify::accessRightsNotify (