commit | f62f9f27a57c54296d1c774025d2b01093437c72 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Nov 26 17:22:54 2013 -0800 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Nov 26 17:22:54 2013 -0800 |
tree | f04cf215c485a0a3b6dbfa528abd270ae4a4b7bc | |
parent | 31aeed84e85d503bb5f58155af101978daa7d96b [diff] [blame] |
Interest: Moved class ExcludeEntry to inner class Exclude::Entry.
diff --git a/src/interest.cpp b/src/interest.cpp index b2ab024..b81ea6f 100644 --- a/src/interest.cpp +++ b/src/interest.cpp
@@ -15,7 +15,7 @@ namespace ndn { void -ExcludeEntry::get(struct ndn_ExcludeEntry& excludeEntryStruct) const +Exclude::Entry::get(struct ndn_ExcludeEntry& excludeEntryStruct) const { excludeEntryStruct.type = type_; if (type_ == ndn_Exclude_COMPONENT)