Clean-up: modernize pretty_xml.cpp
[lttng-tools.git] / src / bin / lttng-sessiond / ust-clock-class.hpp
CommitLineData
d7bfb9b0
JG
1/*
2 * Copyright (C) 2022 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8#ifndef LTTNG_UST_CLOCK_CLASS_H
9#define LTTNG_UST_CLOCK_CLASS_H
10
11#include "clock-class.hpp"
12
13namespace lttng {
14namespace sessiond {
15namespace ust {
16
17class clock_class : public lttng::sessiond::trace::clock_class {
18public:
19 clock_class();
20};
21
22} /* namespace ust */
23} /* namespace sessiond */
24} /* namespace lttng */
25
26#endif /* LTTNG_UST_CLOCK_CLASS_H */
This page took 0.038365 seconds and 4 git commands to generate.