From: Marcin Siodelski Date: Mon, 19 Dec 2016 10:07:17 +0000 (+0100) Subject: [5075] Addressed review comments and removed spurious += from Makefile. X-Git-Tag: trac5088_base~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bfc13fa6d365507c40c5511cff70fb687935426;p=thirdparty%2Fkea.git [5075] Addressed review comments and removed spurious += from Makefile. --- diff --git a/src/bin/agent/ctrl_agent_cfg_mgr.h b/src/bin/agent/ctrl_agent_cfg_mgr.h index f824821034..ebe9ccefcc 100644 --- a/src/bin/agent/ctrl_agent_cfg_mgr.h +++ b/src/bin/agent/ctrl_agent_cfg_mgr.h @@ -8,6 +8,7 @@ #define CTRL_AGENT_CFG_MGR_H #include +#include namespace isc { namespace agent { @@ -81,7 +82,7 @@ protected: virtual isc::dhcp::ParserPtr createConfigParser(const std::string& element_id, const isc::data::Element::Position& pos - = isc::data::Element::Position()); + = isc::data::Element::ZERO_POSITION()); /// @brief Creates a new, blank CtrlAgentCfgContext context. /// diff --git a/src/bin/agent/ctrl_agent_process.cc b/src/bin/agent/ctrl_agent_process.cc index 5b58588ccd..8674f574a0 100644 --- a/src/bin/agent/ctrl_agent_process.cc +++ b/src/bin/agent/ctrl_agent_process.cc @@ -8,6 +8,7 @@ #include #include #include +#include using namespace isc::process; diff --git a/src/bin/agent/kea-ctrl-agent.xml b/src/bin/agent/kea-ctrl-agent.xml index f7f6560700..492a6e693f 100644 --- a/src/bin/agent/kea-ctrl-agent.xml +++ b/src/bin/agent/kea-ctrl-agent.xml @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []>