build: Fixing code to compile using the latest version of ndn-cpp-dev

The latest version of ndn-cpp-dev updated Name and Name::Components.

One issue is that name components now need to be explicitly constructed
either with name::Component or Name::Component constructor (implicit
construction is reserved for NDN names).

Another issue is that both Name and Name::Components are now internally
stored as "Blocks".  Access to the value is possible through value(),
value_begin(), value_end(), value_size(), and blockFromValue() methods.

Change-Id: I25835da2c67567b2a20ecaa573ddd14edb6d6c0b
1 file changed
tree: a292222d1b7ecc67f22327ca59a179579366c8c9
  1. .waf-tools/
  2. daemon/
  3. tests/
  4. .gitignore
  5. .travis.yml
  6. COPYING
  7. INSTALL.md
  8. README-dev.md
  9. README.md
  10. waf
  11. wscript
README.md

NFD - Named Data Networking Forwarding Daemon