src: Changing namespace ndn to namespace nfd
Also, this commit imports used classes from ::ndn namespace (from
NDN-CPP library) directly to ::nfd namespace.
refs: #1163
Change-Id: I9cc9d72e00af495b4ed0c84e6d418a7c9ba986cb
diff --git a/daemon/table/pit-out-record.cpp b/daemon/table/pit-out-record.cpp
index ce4db8c..064236f 100644
--- a/daemon/table/pit-out-record.cpp
+++ b/daemon/table/pit-out-record.cpp
@@ -6,7 +6,7 @@
#include "pit-out-record.hpp"
-namespace ndn {
+namespace nfd {
namespace pit {
OutRecord::OutRecord(shared_ptr<Face> face)
@@ -20,4 +20,4 @@
}
} // namespace pit
-} // namespace ndn
+} // namespace nfd