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

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