summaryrefslogtreecommitdiffstats
path: root/src/templates/generated.mako.hpp
blob: 2a9c2d109c629e3702cde09e46283bde8abfa611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## This file is a template, the comment below is emitted into the generated file
/* This is an auto generated file. Do not edit. */
#pragma once

#include <array>
#include <string>

using namespace std::string_literals;

namespace phosphor
{
namespace dbus
{
namespace monitoring
{

} // namespace monitoring
} // namespace dbus
} // namespace phosphor
OpenPOWER on IntegriCloud