From 314c0facc3a64483c18c20bae8b42b275a6476d7 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 14 Aug 2009 18:49:01 -0500 Subject: Refactor cssn into ofono_ssn Make this into a fully fledged entity, with a driver instead of the current kludge. This means modem drivers can actually choose whether to instantiate a CSSN atom or not Move the notification functions from voicecall.c into ssn.c. Move the cssn.h header into include/ssn.h and refactor Update call barring to utilize ofono_ssn and use the new atom_watch functionality to detect when ssn has been added or removed --- src/voicecall.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/voicecall.c') diff --git a/src/voicecall.c b/src/voicecall.c index 61806617..8bcc8cdc 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -34,7 +34,6 @@ #include "driver.h" #include "common.h" -#include "cssn.h" #define VOICECALL_MANAGER_INTERFACE "org.ofono.VoiceCallManager" #define VOICECALL_INTERFACE "org.ofono.VoiceCall" -- cgit v1.2.3