From 28bbed0bbd8a33d47bc867a8029f216548ebc203 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 23 Jan 2011 10:15:27 +0100 Subject: [PATCH] dbus: Add global definition of supplementary services interface --- include/dbus.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dbus.h b/include/dbus.h index 83a05907..19a138a3 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -43,6 +43,7 @@ extern "C" { #define OFONO_MESSAGE_MANAGER_INTERFACE "org.ofono.MessageManager" #define OFONO_MESSAGE_INTERFACE "org.ofono.Message" #define OFONO_MESSAGE_WAITING_INTERFACE "org.ofono.MessageWaiting" +#define OFONO_SUPPLEMENTARY_SERVICES_INTERFACE "org.ofono.SupplementaryServices" #define OFONO_NETWORK_REGISTRATION_INTERFACE "org.ofono.NetworkRegistration" #define OFONO_NETWORK_OPERATOR_INTERFACE "org.ofono.NetworkOperator" #define OFONO_PHONEBOOK_INTERFACE "org.ofono.Phonebook"