remove new method for PVRecord

This commit is contained in:
mrkraimer
2019-05-22 10:41:55 -04:00
parent 898868d5f4
commit a004f7ea08
3 changed files with 55 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ void RemoveRecord::process()
pvResult->put(name + " not found");
return;
}
pvRecord->destroy();
pvRecord->remove();
pvResult->put("success");
}