commit | 2bd1bc3671ca2850dfb14c690d48926210b0d366 | [log] [tgz] |
---|---|---|
author | Ilya Moiseenko <iliamo@ucla.edu> | Tue Aug 23 16:01:35 2011 -0700 |
committer | Ilya Moiseenko <iliamo@ucla.edu> | Tue Aug 23 16:01:35 2011 -0700 |
tree | 1ecc99608cf905dac4c3463f91498aac4f9fc879 | |
parent | fccdb9e8be4a0c3e862afbc83407aca790dab5df [diff] [blame] |
Refactoring of Name::Components into CcnxNameComponents
diff --git a/helper/ccnb-parser/visitors/ccnb-parser-content-object-visitor.cc b/helper/ccnb-parser/visitors/ccnb-parser-content-object-visitor.cc index d694f11..d252cd5 100644 --- a/helper/ccnb-parser/visitors/ccnb-parser-content-object-visitor.cc +++ b/helper/ccnb-parser/visitors/ccnb-parser-content-object-visitor.cc
@@ -55,7 +55,7 @@ case CCN_DTAG_Name: { // process name components - Ptr<Name::Components> name = Create<Name::Components> (); + Ptr<CcnxNameComponents> name = Create<CcnxNameComponents> (); BOOST_FOREACH (Ptr<Block> block, n.m_nestedTags) {