11 #ifndef REMOVERECORD_H 12 #define REMOVERECORD_H 18 namespace epics {
namespace pvDatabase {
42 static RemoveRecordPtr create(
43 std::string
const & recordName);
52 virtual void process();
55 std::string
const & recordName,
56 epics::pvData::PVStructurePtr
const & pvStructure);
57 epics::pvData::PVStringPtr pvRecordName;
58 epics::pvData::PVStringPtr pvResult;
std::tr1::shared_ptr< RemoveRecord > RemoveRecordPtr
Base interface for a PVRecord.
Remove another record in the same database.