commit | a60d9363c85b97b8cbbb797f20522835d9b2da3c | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Wed Nov 12 09:38:21 2014 -0700 |
committer | Alex Afanasyev <alexander.afanasyev@ucla.edu> | Fri Nov 14 12:33:11 2014 -0800 |
tree | ea0a35a5293e11371400e97d53a5113bbbbc87b0 | |
parent | eabffdf2a90ee7398b12dc284284716934230842 [diff] [blame] |
util: make DummyClientFace public API refs #2164 Change-Id: I4a21b70faab1fc1f5cde8430ef602f2425150df9
diff --git a/tests/unit-tests/util/simple-notification.hpp b/tests/unit-tests/util/simple-notification.hpp index 2def4bb..e90e374 100644 --- a/tests/unit-tests/util/simple-notification.hpp +++ b/tests/unit-tests/util/simple-notification.hpp
@@ -54,6 +54,7 @@ #include "security/key-chain.hpp" namespace ndn { +namespace util { namespace tests { class SimpleNotification @@ -118,6 +119,7 @@ }; } // namespace tests +} // namespace util } // namespace ndn #endif // NDN_UNIT_TESTS_UTIL_CORE_SIMPLE_NOTIFICATION_HPP