move Destroyable to pva namespace

This commit is contained in:
Michael Davidsaver
2017-07-05 11:57:10 +02:00
parent ceefa7301d
commit e75ba66409
7 changed files with 23 additions and 18 deletions
+4 -4
View File
@@ -436,7 +436,7 @@ void CAChannel::printInfo(std::ostream& out)
}
/* --------------- epics::pvData::Destroyable --------------- */
/* --------------- Destroyable --------------- */
void CAChannel::destroy()
@@ -1012,7 +1012,7 @@ void CAChannelGet::lastRequest()
lastRequestFlag = true;
}
/* --------------- epics::pvData::Destroyable --------------- */
/* --------------- Destroyable --------------- */
void CAChannelGet::destroy()
@@ -1343,7 +1343,7 @@ void CAChannelPut::lastRequest()
lastRequestFlag = true;
}
/* --------------- epics::pvData::Destroyable --------------- */
/* --------------- Destroyable --------------- */
void CAChannelPut::destroy()
@@ -1521,7 +1521,7 @@ void CAChannelMonitor::cancel()
// noop
}
/* --------------- epics::pvData::Destroyable --------------- */
/* --------------- Destroyable --------------- */
void CAChannelMonitor::destroy()