commit | 90d66cef32c058dc57f51e422962b650c41b3d48 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 25 20:30:17 2011 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 25 20:30:17 2011 -0700 |
tree | 3d41539e5f09e22df65a1061b89a631a16ed38bd | |
parent | 7fd74f91666917053dc9aa3035f3644e6d1819ee [diff] [blame] |
Removing old name-components.* and adding missing implementation of the CcnxNameComponents constructor
diff --git a/model/ccnx-name-components.cc b/model/ccnx-name-components.cc index 1014f3d..303e987 100644 --- a/model/ccnx-name-components.cc +++ b/model/ccnx-name-components.cc
@@ -29,6 +29,10 @@ ATTRIBUTE_HELPER_CPP (CcnxNameComponents); +CcnxNameComponents::CcnxNameComponents (/* root */) +{ +} + CcnxNameComponents::CcnxNameComponents (const string &s) { m_prefix.push_back (s);