9 #ifndef INCLUDE_FUNAPI_MANAGEMENT_RUNTIME_CONFIGURATION_H_ 10 #define INCLUDE_FUNAPI_MANAGEMENT_RUNTIME_CONFIGURATION_H_ 12 #include <boost/function.hpp> 21 typedef function<void(
const string &,
23 const string &)> ConfigChangeHandler;
25 static void RegisterConfigChangeHandler(
const string &name,
26 const ConfigChangeHandler &handler);
31 #endif // INCLUDE_FUNAPI_MANAGEMENT_RUNTIME_CONFIGURATION_H_
Definition: runtime_configuration.h:19