24 #ifndef NDN_SECURITY_V2_VALIDATOR_CONFIG_COMMON_HPP 25 #define NDN_SECURITY_V2_VALIDATOR_CONFIG_COMMON_HPP 27 #include "../../../common.hpp" 28 #include <boost/property_tree/ptree.hpp> 33 namespace validator_config {
37 class Error :
public std::runtime_error
40 using std::runtime_error::runtime_error;
48 #endif // NDN_SECURITY_V2_VALIDATOR_CONFIG_COMMON_HPP Copyright (c) 2013-2017 Regents of the University of California.
boost::property_tree::ptree ConfigSection