commit | 86edf6fdc921b2adf5163be634d13d463092cc27 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Fri Nov 14 19:27:18 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 06 14:33:22 2015 -0800 |
tree | b5ef85f85295f9739fab6a694e0fe8d4c59c2a45 | |
parent | 34e13f3287acbd5cbd5db19f0de5a1cd33eaea80 [diff] |
utils: Enable use of the simulation time in NFD Conversion of ndnSIM time to system_clock::time_point, steady_clock::time_point, so that NFD use the simulation time.
diff --git a/model/ndn-common.hpp b/model/ndn-common.hpp index 8b1a692..7769cef 100644 --- a/model/ndn-common.hpp +++ b/model/ndn-common.hpp
@@ -43,7 +43,9 @@ ATTRIBUTE_HELPER_HEADER(Name); -namespace time = ::ndn::time; +namespace time { +using namespace ::ndn::time; +} using ::ndn::Exclude;