tools: ndn-autoconfig code style corrections
refs #2426
Change-Id: Ied8de3b3f839e07090fc71f41cd01f4e5b4987f3
diff --git a/tools/ndn-autoconfig/multicast-discovery.hpp b/tools/ndn-autoconfig/multicast-discovery.hpp
index 32f7133..b437aee 100644
--- a/tools/ndn-autoconfig/multicast-discovery.hpp
+++ b/tools/ndn-autoconfig/multicast-discovery.hpp
@@ -69,13 +69,13 @@
onRegisterSuccess();
void
- onRegisterFailure(const nfd::ControlResponse& response);
+ onRegisterFailure(const ControlResponse& response);
void
setStrategy();
void
- onSetStrategyFailure(const nfd::ControlResponse& response);
+ onSetStrategyFailure(const ControlResponse& response);
// Start to look for a hub (NDN hub discovery first stage)
void
@@ -85,8 +85,8 @@
onSuccess(Data& data);
private:
- size_t nRequestedRegs;
- size_t nFinishedRegs;
+ size_t m_nRequestedRegs;
+ size_t m_nFinishedRegs;
ndn::ValidatorNull m_validator;
};