commit | 87fc0f8d6f13e54c04d0a82909ae94fe5352b69e | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Wed Apr 11 23:43:51 2018 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Thu Apr 12 14:23:40 2018 -0400 |
tree | fff510046b47aee6e31997f4b3bf8fb4d0d9a00b | |
parent | 981db808cb37e0bf95d86c721f1dbcd9bc1bdf5c [diff] [blame] |
core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional Change-Id: Ie3983d8b6f9929430efd8ada8d942e3f95755cd4
diff --git a/tools/nfdc/forwarder-general-module.hpp b/tools/nfdc/forwarder-general-module.hpp index 4619cfa..10d5cf3 100644 --- a/tools/nfdc/forwarder-general-module.hpp +++ b/tools/nfdc/forwarder-general-module.hpp
@@ -42,7 +42,7 @@ public: void fetchStatus(Controller& controller, - const function<void()>& onSuccess, + const std::function<void()>& onSuccess, const Controller::DatasetFailCallback& onFailure, const CommandOptions& options) override;