commit | fd6123173dd49fd9583b59f85dff86ba9166e85b | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Fri Mar 15 18:45:46 2019 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sat Mar 16 02:52:20 2019 -0400 |
tree | f7d7d7ffb4b3c75f744aaef6f26b11e386dc895c | |
parent | 4fc9080417be421ba996722783b0901837979a64 [diff] |
util: add ndn::scheduler namespace alias This is the new preferred way to refer to Scheduler and related classes. The Scheduler class itself is also available as ndn::Scheduler like before. ndn::util::Scheduler and ndn::EventId are deprecated. Refs: #4883 Change-Id: I825c2a0911a959caa60d7d8a547ca7199c58f61e
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: https://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
If you are new to the NDN community of software generally, read the Contributor's Guide.
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.