porting tests and utils

This commit is contained in:
Matej Sekoranja
2014-05-22 22:31:20 +02:00
parent fbb108652e
commit cdc03d8e97
18 changed files with 181 additions and 137 deletions
+10
View File
@@ -883,6 +883,11 @@ void CAChannelGet::get()
/* --------------- epics::pvData::ChannelRequest --------------- */
Channel::shared_pointer CAChannelGet::getChannel()
{
return channel;
}
void CAChannelGet::cancel()
{
// noop
@@ -1200,6 +1205,11 @@ void CAChannelPut::get()
/* --------------- epics::pvData::ChannelRequest --------------- */
Channel::shared_pointer CAChannelPut::getChannel()
{
return channel;
}
void CAChannelPut::cancel()
{
// noop