update documentation

This commit is contained in:
mrkraimer
2021-03-30 09:50:23 -04:00
parent b1822f5fbd
commit 4718021e39
4 changed files with 4 additions and 9 deletions

View File

@@ -46,6 +46,7 @@ epics::pvData::StructureConstPtr ControlSupport::controlField(ScalarType scalarT
ControlSupportPtr ControlSupport::create(PVRecordPtr const & pvRecord)
{
cerr << "ControlSupport IS DEPRECATED\n";
ControlSupportPtr support(new ControlSupport(pvRecord));
return support;
}