Refactor: rename data-connection to gprs

Keep the name specific to GSM, other implementations will probably
require their own interfaces
This commit is contained in:
Denis Kenzior 2009-10-20 12:09:46 -05:00
parent f43efa8a5f
commit b2fd75014a
6 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ include_HEADERS = include/log.h include/plugin.h include/history.h \
include/sms.h include/sim.h include/message-waiting.h \
include/netreg.h include/voicecall.h include/devinfo.h \
include/cbs.h include/call-volume.h \
include/data-connection.h
include/gprs.h
nodist_include_HEADERS = include/version.h
@ -113,7 +113,7 @@ builtin_sources += $(gatchat_sources) \
drivers/atmodem/vendor.h \
drivers/atmodem/atutil.h \
drivers/atmodem/atutil.c \
drivers/atmodem/data-connection.c
drivers/atmodem/gprs.c
builtin_modules += calypsomodem
builtin_sources += drivers/atmodem/atutil.h \
@ -179,7 +179,7 @@ src_ofonod_SOURCES = $(gdbus_sources) $(builtin_sources) \
src/phonebook.c src/history.c src/message-waiting.c \
src/simutil.h src/simutil.c src/storage.h \
src/storage.c src/cbs.c src/watch.c src/call-volume.c \
src/data-connection.c
src/gprs.c
src_ofonod_LDADD = $(builtin_libadd) \
@GLIB_LIBS@ @GTHREAD_LIBS@ @DBUS_LIBS@ -ldl

View File

@ -32,7 +32,7 @@
#include <ofono/log.h>
#include <ofono/modem.h>
#include <ofono/data-connection.h>
#include <ofono/gprs.h>
#include "gatchat.h"
#include "gatresult.h"

View File

@ -54,7 +54,7 @@
#include <ofono/ssn.h>
#include <ofono/ussd.h>
#include <ofono/voicecall.h>
#include <ofono/data-connection.h>
#include <ofono/gprs.h>
#include <drivers/atmodem/vendor.h>

View File

@ -161,7 +161,7 @@ void __ofono_atom_free(struct ofono_atom *atom);
#include <ofono/sms.h>
#include <ofono/sim.h>
#include <ofono/voicecall.h>
#include <ofono/data-connection.h>
#include <ofono/gprs.h>
#include <ofono/ssn.h>