summaryrefslogtreecommitdiff
path: root/include/CommonAPI/DBus/CommonAPIDBus.hpp
diff options
context:
space:
mode:
authorJürgen Gehring <juergen.gehring@bmw.de>2015-07-29 00:04:02 -0700
committerJürgen Gehring <juergen.gehring@bmw.de>2015-07-29 00:04:02 -0700
commitdb96446ece67ba1f495811e29838e8c7bc7984ff (patch)
treead49d3368287caf7d201057989db4bd19e37fd0c /include/CommonAPI/DBus/CommonAPIDBus.hpp
parent49d0b428ca19852d49965f35328a314f22d88807 (diff)
downloadgenivi-common-api-dbus-runtime-db96446ece67ba1f495811e29838e8c7bc7984ff.tar.gz
CommonAPI-D-Bus 3.1.33.1.3
Diffstat (limited to 'include/CommonAPI/DBus/CommonAPIDBus.hpp')
-rw-r--r--include/CommonAPI/DBus/CommonAPIDBus.hpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/CommonAPI/DBus/CommonAPIDBus.hpp b/include/CommonAPI/DBus/CommonAPIDBus.hpp
new file mode 100644
index 0000000..1be7770
--- /dev/null
+++ b/include/CommonAPI/DBus/CommonAPIDBus.hpp
@@ -0,0 +1,18 @@
+// Copyright (C) 2015 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+#ifndef COMMONAPI_DBUS_HPP_
+#define COMMONAPI_DBUS_HPP_
+
+#ifndef COMMONAPI_INTERNAL_COMPILATION
+#define COMMONAPI_INTERNAL_COMPILATION
+#endif
+
+#include "DBusAddressTranslator.hpp"
+
+#undef COMMONAPI_INTERNAL_COMPILATION
+
+#endif // COMMONAPI_DBUS_HPP_
+