summaryrefslogtreecommitdiff
path: root/src/CommonAPI/DBus/DBusConnectionBusType.h
diff options
context:
space:
mode:
authorJürgen Gehring <juergen.gehring@bmw.de>2015-06-01 07:57:07 -0700
committerJürgen Gehring <juergen.gehring@bmw.de>2015-06-01 07:57:07 -0700
commit54982071a99484488207ad3bd5e9391a15bffe02 (patch)
tree479c178ee629947cf0df65fc0e38f986f6ccdbc9 /src/CommonAPI/DBus/DBusConnectionBusType.h
parent45a6f65628a142bb8d37a3b72cb210b1f8c24a5f (diff)
downloadgenivi-common-api-dbus-runtime-54982071a99484488207ad3bd5e9391a15bffe02.tar.gz
CommonAPI-D-Bus 3.1.13.1.1
Diffstat (limited to 'src/CommonAPI/DBus/DBusConnectionBusType.h')
-rw-r--r--src/CommonAPI/DBus/DBusConnectionBusType.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/CommonAPI/DBus/DBusConnectionBusType.h b/src/CommonAPI/DBus/DBusConnectionBusType.h
deleted file mode 100644
index bdb98d9..0000000
--- a/src/CommonAPI/DBus/DBusConnectionBusType.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/* Copyright (C) 2013 BMW Group
- * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
- * Author: Juergen Gehring (juergen.gehring@bmw.de)
- * 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 DBUSCONNECTIONBUSTYPE_H_
-#define DBUSCONNECTIONBUSTYPE_H_
-
-#include <dbus/dbus-shared.h>
-
-namespace CommonAPI {
-namespace DBus {
-
-enum BusType {
- SESSION = DBUS_BUS_SESSION,
- SYSTEM = DBUS_BUS_SYSTEM,
- STARTER = DBUS_BUS_STARTER,
- WRAPPED
-};
-
-} // namespace DBus
-} // namespace CommonAPI
-
-#endif /* DBUSCONNECTIONBUSTYPE_H_ */