cleanup phase I

This commit is contained in:
Matej Sekoranja
2012-07-24 10:13:57 +02:00
parent 0f069c8875
commit 1b6587336e
18 changed files with 116 additions and 129 deletions

View File

@@ -329,7 +329,7 @@ namespace epics {
*/
AbstractResponseHandler(Context* context, epics::pvData::String description) :
_description(description),
_debug(context->getConfiguration()->getPropertyAsBoolean("PVACCESS_DEBUG", false)) {
_debug(context->getConfiguration()->getPropertyAsBoolean(PVACCESS_DEBUG, false)) {
}
virtual ~AbstractResponseHandler() {}