made compatible with latest ca

This commit is contained in:
Jeff Hill
2000-08-25 01:03:06 +00:00
parent 64b254fb60
commit cf2c8e4e82
2 changed files with 9 additions and 0 deletions

View File

@@ -125,6 +125,8 @@ private:
void lock () const;
void unlock () const;
void lockOutstandingIO () const;
void unlockOutstandingIO () const;
friend dbSubscriptionIO::dbSubscriptionIO ( dbChannelIO &chanIO, cacNotify &, unsigned type, unsigned long count );
friend dbSubscriptionIO::~dbSubscriptionIO ();

View File

@@ -178,4 +178,11 @@ int dbChannelIO::subscribe ( unsigned type, unsigned long count,
return status;
}
void dbChannelIO::lockOutstandingIO () const
{
}
void dbChannelIO::unlockOutstandingIO () const
{
}