26 #ifndef NFD_TOOLS_NDN_AUTOCONFIG_STAGE_HPP 27 #define NFD_TOOLS_NDN_AUTOCONFIG_STAGE_HPP 31 #include <ndn-cxx/net/face-uri.hpp> 32 #include <ndn-cxx/util/signal.hpp> 38 namespace autoconfig {
42 class Stage : boost::noncopyable
45 class Error :
public std::runtime_error
50 :
std::runtime_error(what)
55 virtual ~Stage() =
default;
60 virtual const std::string&
76 succeed(
const FaceUri& hubFaceUri);
79 fail(
const std::string& msg);
99 bool m_isInProgress =
false;
106 #endif // NFD_TOOLS_NDN_AUTOCONFIG_STAGE_HPP Copyright (c) 2014-2017, Regents of the University of California, Arizona Board of Regents...