fixes for bugs 133 and 134 in Mantis
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user