fixed ms warnings

This commit is contained in:
Jeff Hill
2004-01-27 00:27:52 +00:00
parent 94a77fec91
commit b59586dc83
8 changed files with 32 additions and 6 deletions
+3
View File
@@ -1257,18 +1257,21 @@ void udpiiu::blockUntilSendBacklogIsReasonable (
void udpiiu::requestRecvProcessPostponedFlush (
epicsGuard < epicsMutex > & guard )
{
guard.assertIdenticalMutex ( this->cacMutex );
netiiu::requestRecvProcessPostponedFlush ( guard );
}
osiSockAddr udpiiu::getNetworkAddress (
epicsGuard < epicsMutex > & guard ) const
{
guard.assertIdenticalMutex ( this->cacMutex );
return netiiu::getNetworkAddress ( guard );
}
double udpiiu::receiveWatchdogDelay (
epicsGuard < epicsMutex > & guard ) const
{
guard.assertIdenticalMutex ( this->cacMutex );
return - DBL_MAX;
}