commit | 29e5c3dc77cc233377e5496f87946e62a8690f75 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Feb 11 00:01:10 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Feb 11 00:01:10 2014 -0800 |
tree | 78762794f5c469c96d32e166da40c0d34f12a018 | |
parent | d79fc2a89113bcd7f3a17eb1ea9cc42f9f85d4a8 [diff] |
encoding: Fixing Block (and as a result Name) encoding bugs As of this commit, all non-const operations on Block will call resetWire to remove all references to the wire, so it will be recreated next time "encode" method is called. Also, all getter methods now have only const versions and non-const access to the internal data structure is prohibited. Change-Id: If4b485dd62541d9d4d168a44490068e4deff56c1
NDN-CPP is a new implementation of a Named Data Networking client library written in C++.
NDN-CPP is open source under a license described in the file COPYING. While the license does not require it, we really would appreciate it if others would share their contributions to the library if they are willing to do so under the same license.
See the file INSTALL for build and install instructions.
Please submit any bugs or issues to the NDN-CPP issue tracker: http://redmine.named-data.net/projects/ndn-cpp/issues