summaryrefslogtreecommitdiffstats
path: root/src/voicecall.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-08-14 18:49:01 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-08-14 18:49:01 -0500
commit314c0facc3a64483c18c20bae8b42b275a6476d7 (patch)
treebb0673359587a46251d43da93842b0801d3e66fa /src/voicecall.c
parent6482d98e56852f6b80abf6fc89e3b14a7c3da2f0 (diff)
downloadofono-314c0facc3a64483c18c20bae8b42b275a6476d7.tar.bz2
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
Diffstat (limited to 'src/voicecall.c')
-rw-r--r--src/voicecall.c1
1 files changed, 0 insertions, 1 deletions
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"