summaryrefslogtreecommitdiff
path: root/examples/client/dbus-tubes/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/client/dbus-tubes/constants.h')
-rw-r--r--examples/client/dbus-tubes/constants.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/client/dbus-tubes/constants.h b/examples/client/dbus-tubes/constants.h
new file mode 100644
index 000000000..77d9b1cec
--- /dev/null
+++ b/examples/client/dbus-tubes/constants.h
@@ -0,0 +1,9 @@
+#ifndef DBUS_TUBE_EXAMPLE_CONSTANTS_H
+#define DBUS_TUBE_EXAMPLE_CONSTANTS_H
+
+#define EXAMPLE_SERVICE_NAME "uk.co.example.calculator"
+
+#define EXAMPLE_INTERFACE "org.example.terriblecalculator"
+#define EXAMPLE_PATH "/org/example/calculator"
+
+#endif