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

@@ -650,11 +650,6 @@ void tcpiiu::initiateAbortShutdown ( epicsGuard < callbackMutex > & cbGuard,
//
tcpiiu::~tcpiiu ()
{
{
epicsGuard < cacMutex > guard ( this->cacRef.mutexRef() );
this->initiateCleanShutdown ( guard );
}
this->sendThread.exitWait ();
this->recvThread.exitWait ();
@@ -1247,7 +1242,6 @@ void tcpiiu::removeAllChannels ( epicsGuard < callbackMutex > & cbGuard,
epicsGuard < cacMutex > & guard,
cacDisconnectChannelPrivate & dcp )
{
// we are protected here because channel delete takes the callback mutex
while ( nciu *pChan = this->channelList.first() ) {
// if the claim reply has not returned then we will issue
// the clear channel request to the server when the claim reply