dbus-cxx
dbus-cxx-private.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) 2007,2008,2009 by Rick L. Vinyard, Jr. *
4 * rvinyard@cs.nmsu.edu *
5 * Copyright (C) 2014- by Robert Middleton *
6 * rm5248@rm5248.com *
7 * *
8 * This file is part of the dbus-cxx library. *
9 ***************************************************************************/
10#ifndef DBUSCXX_PRIVATE_H
11#define DBUSCXX_PRIVATE_H
12
13#define SIMPLELOGGER_LOG_FUNCTION_NAME dbuscxx_log_function
14#define SIMPLELOGGER_ENABLE_AUTO_MACROS
15
16#include "simplelogger_defs.h"
17#include "simplelogger.h"
18
19#endif