## This file is a template, the comment below is emitted into the generated file | |
/* This is an auto generated file. Do not edit. */ | |
#include "data_types.hpp" | |
#include "monitor.hpp" | |
#include "functor.hpp" | |
#include "conditions.hpp" | |
#include "actions.hpp" | |
namespace phosphor | |
{ | |
namespace dbus | |
{ | |
namespace monitoring | |
{ | |
const std::vector<std::tuple<std::vector<std::shared_ptr<Event>>, | |
std::vector<Action>>> | |
Monitor::events | |
{ | |
}; | |
} // namespace monitoring | |
} // namespace dbus | |
} // namespace phosphor |