Convert to v2::security and adapt to ndn-cxx changes
Change-Id: I54f1b758cfb8f3f6cbc66a1aec5120ae1640b0ec
refs: #3964
diff --git a/src/adjacency-list.hpp b/src/adjacency-list.hpp
index 6b8ea64..6d37a94 100644
--- a/src/adjacency-list.hpp
+++ b/src/adjacency-list.hpp
@@ -149,7 +149,7 @@
findAdjacent(uint64_t faceId);
AdjacencyList::iterator
- findAdjacent(const ndn::util::FaceUri& faceUri);
+ findAdjacent(const ndn::FaceUri& faceUri);
/*! \brief Hack to stop developers from using this function
@@ -165,7 +165,7 @@
}
uint64_t
- getFaceId(const ndn::util::FaceUri& faceUri);
+ getFaceId(const ndn::FaceUri& faceUri);
void
writeLog();