1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef DBUS_COMMON_HH #define DBUS_COMMON_HH #include <sdbus-c++/sdbus-c++.h> namespace dbus { extern const sdbus::ServiceName kServiceName; extern const sdbus::ObjectPath kObjectPath; extern const sdbus::InterfaceName kInterfaceName; } // namespace dbus #endif // DBUS_COMMON_HH