commit | 32c07569317c37207d45c709d765403eb1744f70 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Feb 01 12:58:43 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Feb 01 12:58:43 2013 -0800 |
tree | c1d4f828ab0fb5db105885e488e04cc29801c5ba | |
parent | 91d7c7c56e41710601ad33a92a7a3ca346e2e9e4 [diff] [blame] |
model: Renaming ndn::NameComponents to simply ndn::Name This change doesn't break anything in the existing code, but eventually all uses of ndn::NameComponents will be removed and ndn::NameComponents will be deprecated
diff --git a/wscript b/wscript index 2460084..ae00638 100644 --- a/wscript +++ b/wscript
@@ -111,6 +111,7 @@ "model/ndn-interest.h", "model/ndn-content-object.h", "model/ndn-name-components.h", + "model/ndn-name.h", "model/cs/ndn-content-store.h",