ChannelRequest::cancel() impl.

This commit is contained in:
Matej Sekoranja
2014-04-07 12:22:30 +02:00
parent d2fb05ddd8
commit 4bbab422fe
11 changed files with 216 additions and 20 deletions

View File

@@ -881,6 +881,13 @@ void CAChannelGet::get(bool lastRequest)
}
/* --------------- epics::pvData::ChannelRequest --------------- */
void CAChannelGet::cancel()
{
// noop
}
/* --------------- epics::pvData::Destroyable --------------- */
@@ -1176,6 +1183,14 @@ void CAChannelPut::get()
}
/* --------------- epics::pvData::ChannelRequest --------------- */
void CAChannelPut::cancel()
{
// noop
}
/* --------------- epics::pvData::Destroyable --------------- */
@@ -1350,6 +1365,14 @@ void CAChannelMonitor::release(epics::pvData::MonitorElementPtr const & /*monito
}
/* --------------- epics::pvData::ChannelRequest --------------- */
void CAChannelMonitor::cancel()
{
// noop
}
/* --------------- epics::pvData::Destroyable --------------- */