Fixed fixes for HP-UX.

This commit is contained in:
Ralph Lange
2005-11-04 15:54:34 +00:00
parent 6820307b60
commit 892f8581b1
4 changed files with 13 additions and 13 deletions

View File

@@ -154,15 +154,15 @@ double netiiu::receiveWatchdogDelay (
void netiiu::uninstallChanDueToSuccessfulSearchResponse (
epicsGuard < epicsMutex > &, nciu &,
const epicsTime & )
const epicsTime & currentTime )
{
throw std::runtime_error (
"search response occured when not attached to udpiiu?" );
}
bool netiiu::searchMsg (
epicsGuard < epicsMutex > &, ca_uint32_t,
const char *, unsigned )
epicsGuard < epicsMutex > &, ca_uint32_t /* id */,
const char * /* pName */, unsigned /* nameLength */ )
{
return false;
}