Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] Remove unregister interface in telephony-maemo6
@ 2011-03-23 13:14 Dmitriy Paliy
  2011-03-23 13:39 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitriy Paliy @ 2011-03-23 13:14 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Dmitriy Paliy

g_dbus_unregister_interface is removed from maemo6 telephony driver.
Interface com.nokia.MaemoTelephony is not used as result of changes
in csd back-end. CreateWith was replaced by Create and CreateFromLast
method calls, and set last number is implemented directly in csd.

Registration of this interface was removed due to these changes.
---
 audio/telephony-maemo6.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/audio/telephony-maemo6.c b/audio/telephony-maemo6.c
index e727955..53bbccc 100644
--- a/audio/telephony-maemo6.c
+++ b/audio/telephony-maemo6.c
@@ -66,10 +66,6 @@ enum net_registration_status {
 	NETWORK_REG_STATUS_UNKOWN
 };
 
-/* Driver definitions */
-#define TELEPHONY_MAEMO_PATH		"/com/nokia/MaemoTelephony"
-#define TELEPHONY_MAEMO_INTERFACE	"com.nokia.MaemoTelephony"
-
 /* CSD CALL plugin D-Bus definitions */
 #define CSD_CALL_BUS_NAME	"com.nokia.csd.Call"
 #define CSD_CALL_INTERFACE	"com.nokia.csd.Call"
@@ -1990,9 +1986,6 @@ void telephony_exit(void)
 	g_slist_free(watches);
 	watches = NULL;
 
-	g_dbus_unregister_interface(connection, TELEPHONY_MAEMO_PATH,
-						TELEPHONY_MAEMO_INTERFACE);
-
 	dbus_connection_unref(connection);
 	connection = NULL;
 
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-23 13:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-23 13:14 [PATCH] Remove unregister interface in telephony-maemo6 Dmitriy Paliy
2011-03-23 13:39 ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox