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,
std::tr1::shared_ptr< RemoveRecord > RemoveRecordPtr
TODO only here because of the Lockable.
Mark external symbols and entry points for shared libraries.
Base interface for a PVRecord.
#define POINTER_DEFINITIONS(clazz)
std::tr1::shared_ptr< PVStructure > PVStructurePtr
std::tr1::shared_ptr< PVString > PVStringPtr
Remove another record in the same database.