commit | cf6dc92a4b83a611f8b2cefff09e5138755b7340 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 10 16:55:27 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 10 18:15:21 2012 -0700 |
tree | 61aa63481b23eb84e1c5dd980f759c466173f8bb | |
parent | 2b4c947fc029efc1fe34715c3bd0b8d44cdcc04e [diff] [blame] |
Now everything compiles, but not everything is working yet
diff --git a/examples/trie.cc b/examples/trie.cc index 2523857..9000f38 100644 --- a/examples/trie.cc +++ b/examples/trie.cc
@@ -30,7 +30,7 @@ using namespace std; using namespace ns3; -using namespace ndnSIM; +using namespace ndn::ndnSIM; using namespace boost; NS_LOG_COMPONENT_DEFINE ("ndn.Trie");