fixed header file names

This commit is contained in:
Jeff Hill
2004-09-24 00:22:21 +00:00
parent 4154b61d46
commit 620f8b74b7
2 changed files with 3 additions and 2 deletions

View File

@@ -28,6 +28,7 @@
#include "envDefs.h"
#include "osiProcess.h"
#include "osiWireFormat.h"
#include "epicsAlgorithm.h"
#define epicsExportSharedSymbols
#include "addrList.h"
@@ -1123,7 +1124,7 @@ void udpiiu::updateRTTE ( double measured )
double udpiiu::getRTTE () const
{
return max ( this->rtteMean, minRoundTripEstimate );
return epicsMax ( this->rtteMean, minRoundTripEstimate );
}
void udpiiu::hostName (