26 #ifndef NFD_TOOLS_NFDC_MODULE_HPP 27 #define NFD_TOOLS_NFDC_MODULE_HPP 30 #include <ndn-cxx/mgmt/nfd/command-options.hpp> 31 #include <ndn-cxx/mgmt/nfd/controller.hpp> 37 using ndn::nfd::CommandOptions;
38 using ndn::nfd::Controller;
58 const std::function<
void()>& onSuccess,
59 const Controller::DatasetFailCallback& onFailure,
60 const CommandOptions& options) = 0;
81 #endif // NFD_TOOLS_NFDC_MODULE_HPP
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...