commit | b1710aac0b50709895f3be00cc68265d19ef01fd | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Wed Feb 19 17:13:36 2014 -0600 |
committer | akmhoque <akmhoque@gmail.com> | Wed Feb 19 17:13:36 2014 -0600 |
tree | 08eb8a3e7f98e14f8afed07ef70aae586b57336f | |
parent | 1a4810947f0e61f1cbf91972fb0e91ed58508388 [diff] [blame] |
Adding namespace nlsr
diff --git a/src/nlsr_im.hpp b/src/nlsr_im.hpp index 5e2f6c4..6c09eb0 100644 --- a/src/nlsr_im.hpp +++ b/src/nlsr_im.hpp
@@ -5,6 +5,7 @@ #include <ndn-cpp-dev/security/key-chain.hpp> #include <ndn-cpp-dev/util/scheduler.hpp> +namespace nlsr { using namespace ndn; using namespace std; @@ -33,5 +34,6 @@ }; +}//namespace nlsr #endif