commit | 6eba36f7a37ee548cb98d7b627f66d27969e1eb6 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Aug 07 17:42:54 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Aug 07 17:42:54 2013 -0700 |
tree | f7f63ffadf6c31f05e3a541105f48a2bfa123c29 | |
parent | 4699242353245b7964e61a0853845cb6da920a65 [diff] [blame] |
src: One more set of renaming: ndn-content-object.h|cc is renamed to ndn-data.h|cc
diff --git a/utils/tracers/ndn-l3-rate-tracer.cc b/utils/tracers/ndn-l3-rate-tracer.cc index 3d9a1f4..43f8f0a 100644 --- a/utils/tracers/ndn-l3-rate-tracer.cc +++ b/utils/tracers/ndn-l3-rate-tracer.cc
@@ -30,7 +30,7 @@ #include "ns3/ndn-app.h" #include "ns3/ndn-face.h" #include "ns3/ndn-interest.h" -#include "ns3/ndn-content-object.h" +#include "ns3/ndn-data.h" #include "ns3/ndn-pit-entry.h" #include <fstream>