From dfeb19b0a83b8ce57d28bf94a4f8d129993d1064 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Mon, 12 Jan 2026 23:06:20 +0100 Subject: Initial commit --- src/dbus_common.hh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/dbus_common.hh (limited to 'src/dbus_common.hh') diff --git a/src/dbus_common.hh b/src/dbus_common.hh new file mode 100644 index 0000000..b4f7501 --- /dev/null +++ b/src/dbus_common.hh @@ -0,0 +1,14 @@ +#ifndef DBUS_COMMON_HH +#define DBUS_COMMON_HH + +#include + +namespace dbus { + +extern const sdbus::ServiceName kServiceName; +extern const sdbus::ObjectPath kObjectPath; +extern const sdbus::InterfaceName kInterfaceName; + +} // namespace dbus + +#endif // DBUS_COMMON_HH -- cgit v1.2.3-70-g09d2