eliminate disconnect message from ca_task_exit

This commit is contained in:
Jeff Hill
2002-09-11 20:54:40 +00:00
parent abcbaeca9c
commit 761a87ea73
10 changed files with 25 additions and 173 deletions

View File

@@ -150,6 +150,11 @@ void oldChannelNotify::disconnectNotify ()
}
}
void oldChannelNotify::serviceShutdownNotify ()
{
delete this;
}
void oldChannelNotify::accessRightsNotify ( const caAccessRights &ar )
{
struct access_rights_handler_args args;