commit | a89bc10d87c4f1a55350a254a92cf996693d64c5 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jul 16 10:17:31 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jul 19 17:10:13 2013 -0700 |
tree | 687e4bc877d5d0ed7d9e8790264283c9cb5e6764 | |
parent | a6cc9102c7c385efaff29693b19ac2b6194640a6 [diff] [blame] |
model: Slight modification with wire format processing Now it is possible to convert Name from/to wire format via ndn::Face helper method (since Face is getting configured with specific wire format) Refs #1008 (http://redmine.named-data.net/issues/1008)
diff --git a/model/wire/ccnb/ccnb-parser/visitors/name-visitor.cc b/model/wire/ccnb/ccnb-parser/visitors/name-visitor.cc index 13043d3..965b320 100644 --- a/model/wire/ccnb/ccnb-parser/visitors/name-visitor.cc +++ b/model/wire/ccnb/ccnb-parser/visitors/name-visitor.cc
@@ -50,8 +50,7 @@ ))); break; default: - // ignore any other components - // when parsing Exclude, there could be <Any /> and <Bloom /> tags + VoidDepthFirstVisitor::visit (n, param); break; } }