all: cleanup common.hpp and import typenames from ndn namespace.
This allows us to compile NFD in C++11 mode, making use of std::shared_ptr,
std::function, std::bind, etc. rather than their boost equivalents
(provided that ndn-cpp-dev is also compiled in C++11 mode). This is an
experimental feature and may not work properly.
Change-Id: I310529f78e1e428a8530b087983130d1ef3a9d88
diff --git a/daemon/mgmt/fib-enumeration-publisher.cpp b/daemon/mgmt/fib-enumeration-publisher.cpp
index cf40d87..daa5908 100644
--- a/daemon/mgmt/fib-enumeration-publisher.cpp
+++ b/daemon/mgmt/fib-enumeration-publisher.cpp
@@ -23,8 +23,8 @@
**/
#include "fib-enumeration-publisher.hpp"
-
#include "core/logger.hpp"
+#include "table/fib.hpp"
#include <ndn-cpp-dev/management/nfd-fib-entry.hpp>
@@ -38,12 +38,10 @@
: SegmentPublisher(face, prefix)
, m_fib(fib)
{
-
}
FibEnumerationPublisher::~FibEnumerationPublisher()
{
-
}
size_t