fixed 1st monitor update not delivered when didnt change

when unresponsive
This commit is contained in:
Jeff Hill
2004-06-14 21:49:39 +00:00
parent c75ab8eea6
commit 0999b6d923
6 changed files with 35 additions and 39 deletions

View File

@@ -113,6 +113,11 @@ class netSubscription * netReadNotifyIO::isSubscription ()
return 0;
}
void netReadNotifyIO::forceSubscriptionUpdate (
epicsGuard < epicsMutex > &, nciu & )
{
}
void * netReadNotifyIO::operator new ( size_t ) // X aCC 361
{
// The HPUX compiler seems to require this even though no code