summaryrefslogtreecommitdiffstats
path: root/include/dbus.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-03-23 13:35:58 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-03-23 13:35:58 -0500
commit01a4a93bee6178c085186f8be8b3d106f5673e53 (patch)
treebb5a4856f16d4d79ee17ee19b388111f4bee125f /include/dbus.h
parent5609034d975b7f114dc076db01dce18dc81c96fc (diff)
downloadofono-01a4a93bee6178c085186f8be8b3d106f5673e53.tar.bz2
Move netreg interface definitions to dbus.h
Diffstat (limited to 'include/dbus.h')
-rw-r--r--include/dbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dbus.h b/include/dbus.h
index 5ca9085f..5bf0505f 100644
--- a/include/dbus.h
+++ b/include/dbus.h
@@ -39,6 +39,8 @@ extern "C" {
#define OFONO_CALL_VOLUME_INTERFACE OFONO_SERVICE ".CallVolume"
#define OFONO_CBS_MANAGER_INTERFACE "org.ofono.CbsManager"
#define OFONO_MESSAGE_WAITING_INTERFACE "org.ofono.MessageWaiting"
+#define OFONO_NETWORK_REGISTRATION_INTERFACE "org.ofono.NetworkRegistration"
+#define OFONO_NETWORK_OPERATOR_INTERFACE "org.ofono.NetworkOperator"
#define OFONO_PHONEBOOK_INTERFACE "org.ofono.Phonebook"
#define OFONO_RADIO_SETTINGS_INTERFACE "org.ofono.RadioSettings"
#define OFONO_SIM_MANAGER_INTERFACE "org.ofono.SimManager"