added cacMessageProcessingMinder class

This commit is contained in:
Jeff Hill
2003-04-16 23:01:34 +00:00
parent 0fd1f0103d
commit f484488842
3 changed files with 78 additions and 45 deletions
+1 -4
View File
@@ -244,8 +244,7 @@ void udpiiu::recvMsg ( callbackMutex & cbMutex )
this->recvBuf, sizeof ( this->recvBuf ), 0,
& src.sa, & src_size );
this->cacRef.messageArrivalNotify ();
cacMessageProcessingMinder msgProcMinder ( this->cacRef );
{
epicsGuard < callbackMutex > guard ( cbMutex );
@@ -286,8 +285,6 @@ void udpiiu::recvMsg ( callbackMutex & cbMutex )
(arrayElementCount) status, epicsTime::getCurrent() );
}
}
this->cacRef.messageProcessingCompleteNotify ();
}
udpRecvThread::udpRecvThread ( udpiiu & iiuIn, callbackMutex & cbMutexIn,