dbus-cxx
dbus-cxx-uv.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later OR BSD-3-Clause
2/***************************************************************************
3 * Copyright (C) 2020 by Robert Middleton *
4 * robert.middleton@rm5248.com *
5 * *
6 * This file is part of the dbus-cxx library. *
7 * *
8 * The dbus-cxx library is free software; you can redistribute it and/or *
9 * modify it under the terms of the GNU General Public License *
10 * version 3 as published by the Free Software Foundation. *
11 * *
12 * The dbus-cxx library is distributed in the hope that it will be *
13 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty *
14 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
15 * General Public License for more details. *
16 * *
17 * You should have received a copy of the GNU General Public License *
18 * along with this software. If not see <http://www.gnu.org/licenses/>. *
19 ***************************************************************************/
20#ifndef DBUS_CXX_UV_H
21#define DBUS_CXX_UV_H
22
23#include <dbus-cxx.h>
24
25#include "uvdispatcher.h"
26
27#endif /* DBUS_CXX_UV_H */