This commit is contained in:
Michael Davidsaver
2017-08-29 17:33:22 -05:00
parent 5f1b7259d9
commit 6aa6a570de

View File

@@ -374,15 +374,9 @@ public:
epics::pvData::ByteBuffer* payloadBuffer) = 0;
};
/**
* Base (abstract) channel access response handler.
*/
class AbstractResponseHandler : public ResponseHandler {
public:
/**
* @param description
*/
AbstractResponseHandler(Context* context, std::string description) :
AbstractResponseHandler(Context* context, const std::string& description) :
_description(description),
_debugLevel(context->getConfiguration()->getPropertyAsInteger(PVACCESS_DEBUG, 0)) {
}