From 6aa6a570dea13440a95bdcb5e05afd2fa3ed74d8 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 29 Aug 2017 17:33:22 -0500 Subject: [PATCH] minor --- src/remote/pv/remote.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/remote/pv/remote.h b/src/remote/pv/remote.h index 9d9b7fb..5407d0e 100644 --- a/src/remote/pv/remote.h +++ b/src/remote/pv/remote.h @@ -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)) { }