blob: a8f6d60db5db2bb966d41ca70310d538e39b6db6 [file] [log] [blame]
Matthew Barthdb440d42017-04-17 15:49:37 -05001## This file is a template, the comment below is emitted into the generated file
2/* This is an auto generated file. Do not edit. */
3#include "data_types.hpp"
4#include "monitor.hpp"
5#include "functor.hpp"
6#include "conditions.hpp"
7#include "actions.hpp"
8
9namespace phosphor
10{
11namespace dbus
12{
13namespace monitoring
14{
15
16const std::vector<std::tuple<std::vector<std::shared_ptr<Event>>,
17 std::vector<Action>>>
18 Monitor::events
19{
20
21};
22
23} // namespace monitoring
24} // namespace dbus
25} // namespace phosphor