commit | 49e2e4cbbf759d9fe7338e8ce95735a51e590768 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat May 06 13:42:57 2017 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat May 06 13:42:57 2017 -0700 |
tree | fb04c7bccec79edb8566e1e8de286ff974abc103 | |
parent | b1ba9c9e3555efd91e17e06454f44e014e9d6a9c [diff] [blame] |
A few code reorganizations Change-Id: If4632fecc7085e5448226c2061e08546757eda9b
diff --git a/core/leaf.hpp b/core/leaf.hpp index 4ee11d3..fa07cab 100644 --- a/core/leaf.hpp +++ b/core/leaf.hpp
@@ -27,7 +27,8 @@ #include "util/timestamp.hpp" #include <ndn-cxx/encoding/buffer.hpp> -namespace nsl { +namespace ndn { +namespace delorean { class Leaf { @@ -138,6 +139,7 @@ Name m_loggerName; }; -} // namespace nsl +} // namespace delorean +} // namespace ndn #endif // NDN_DELOREAN_CORE_LEAF_HPP