26 #ifndef NFD_TOOLS_NFDC_MODULE_HPP
27 #define NFD_TOOLS_NFDC_MODULE_HPP
29 #include <ndn-cxx/mgmt/nfd/command-options.hpp>
30 #include <ndn-cxx/mgmt/nfd/controller.hpp>
37 using ndn::nfd::CommandOptions;
58 const std::function<
void()>& onSuccess,
59 const ndn::nfd::DatasetFailureCallback& onFailure,
60 const CommandOptions& options) = 0;