From e1e036b5df9ad342b2ef9cdea079329b45c547a1 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 22 Mar 2010 15:27:08 -0500 Subject: Move voicecall interface definitions to dbus.h --- include/dbus.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/dbus.h b/include/dbus.h index b1506903..6deb0730 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -37,6 +37,8 @@ extern "C" { #define OFONO_CALL_METER_INTERFACE "org.ofono.CallMeter" #define OFONO_PHONEBOOK_INTERFACE "org.ofono.Phonebook" #define OFONO_CALL_SETTINGS_INTERFACE "org.ofono.CallSettings" +#define OFONO_VOICECALL_INTERFACE "org.ofono.VoiceCall" +#define OFONO_VOICECALL_MANAGER_INTERFACE "org.ofono.VoiceCallManager" /* Essentially a{sv} */ #define OFONO_PROPERTIES_ARRAY_SIGNATURE DBUS_DICT_ENTRY_BEGIN_CHAR_AS_STRING \ -- cgit v1.2.3