From 885042e3651a8a3ead8928c233522bd41297bd63 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sat, 21 Jan 2012 16:11:16 +0100 Subject: api,header: define common object prefixes in the daemon header --- build-aux/header-generator.xsl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'build-aux') diff --git a/build-aux/header-generator.xsl b/build-aux/header-generator.xsl index 4cd0dea0..c5bc8124 100644 --- a/build-aux/header-generator.xsl +++ b/build-aux/header-generator.xsl @@ -118,8 +118,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Boston, MA 02110-1301 USA. * * Copyright (C) 2008 - 2009 Novell, Inc. - * Copyright (C) 2009 - 2011 Red Hat, Inc. - * Copyright (C) 2011 Google, Inc. + * Copyright (C) 2009 - 2012 Red Hat, Inc. + * Copyright (C) 2011 - 2012 Google, Inc. */ #ifndef _MODEM_MANAGER_NAMES_H_ @@ -128,6 +128,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define MM_DBUS_PATH "/org/freedesktop/ModemManager1" #define MM_DBUS_SERVICE "org.freedesktop.ModemManager1" +/* Prefix for object paths */ +#define MM_DBUS_MODEM_PREFIX MM_DBUS_PATH "/Modem" +#define MM_DBUS_BEARER_PREFIX MM_DBUS_PATH "/Bearer" +#define MM_DBUS_SIM_PREFIX MM_DBUS_PATH "/SIM" + /************** * Interfaces * **************/ -- cgit v1.2.3-70-g09d2