commit | 43f37a08fc270043d687650ecc927f495265fc3f | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Wed Aug 09 00:09:00 2023 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Sun Aug 20 02:23:22 2023 +0000 |
tree | 35597a55e0051d26723b9075478db7f8ee138fe5 | |
parent | ecb0b7180e88f87a08f0d659edd451c7a6b54b7b [diff] [blame] |
Change namespace of DummyClientFace, Signal, Segmenter, SegmentFetcher refs #3940 Change-Id: Ia3c9b4adcca9ff79a14be705ca9da525914f3dff
diff --git a/tests/route/test-name-prefix-table.cpp b/tests/route/test-name-prefix-table.cpp index 1425603..839c874 100644 --- a/tests/route/test-name-prefix-table.cpp +++ b/tests/route/test-name-prefix-table.cpp
@@ -53,7 +53,7 @@ ndn::Scheduler m_scheduler{m_io}; public: - ndn::util::DummyClientFace face{m_io, m_keyChain}; + ndn::DummyClientFace face{m_io, m_keyChain}; ConfParameter conf{face, m_keyChain}; DummyConfFileProcessor confProcessor{conf};