summaryrefslogtreecommitdiffstats
path: root/src/generated.mako.cpp
blob: a8f6d60db5db2bb966d41ca70310d538e39b6db6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## 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
OpenPOWER on IntegriCloud