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_dm.cpp b/src/nlsr_dm.cpp index a076815..1f3beab 100644 --- a/src/nlsr_dm.cpp +++ b/src/nlsr_dm.cpp
@@ -1,13 +1,13 @@ #include<iostream> #include<cstdlib> - - #include "nlsr.hpp" #include "nlsr_dm.hpp" #include "nlsr_tokenizer.hpp" #include "nlsr_lsdb.hpp" +namespace nlsr { + using namespace std; using namespace ndn; @@ -76,7 +76,6 @@ } } - - - } + +}//namespace nlsr