made compatible with latest ca
This commit is contained in:
@@ -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 ();
|
||||
|
||||
@@ -178,4 +178,11 @@ int dbChannelIO::subscribe ( unsigned type, unsigned long count,
|
||||
return status;
|
||||
}
|
||||
|
||||
void dbChannelIO::lockOutstandingIO () const
|
||||
{
|
||||
}
|
||||
|
||||
void dbChannelIO::unlockOutstandingIO () const
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user