aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-12 17:52:44 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:50 +0100
commitc0e0649a821d7370087931af9546c506248f4530 (patch)
tree4c0e14bccdc48dd3150ab974ed2d486ba5571afb /src
parent31131a1f669a9eadded03b739ec499fba4097a2f (diff)
core,plugins: handle missing `last_command' flags
These didn't get compilation errors when `MMBaseModemAtResponseProcessor' was changed, as we're doing an explicit casting.
Diffstat (limited to 'src')
-rw-r--r--src/mm-bearer-3gpp.c2
-rw-r--r--src/mm-broadband-modem.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-bearer-3gpp.c b/src/mm-bearer-3gpp.c
index 7d803732..6664183e 100644
--- a/src/mm-bearer-3gpp.c
+++ b/src/mm-bearer-3gpp.c
@@ -305,6 +305,7 @@ parse_cid_range (MMBaseModem *self,
ConnectContext *ctx,
const gchar *command,
const gchar *response,
+ gboolean last_command,
const GError *error,
GVariant **result,
GError **result_error)
@@ -389,6 +390,7 @@ parse_pdp_list (MMBaseModem *self,
ConnectContext *ctx,
const gchar *command,
const gchar *response,
+ gboolean last_command,
const GError *error,
GVariant **result,
GError **result_error)
diff --git a/src/mm-broadband-modem.c b/src/mm-broadband-modem.c
index 1dfebe50..af71f24b 100644
--- a/src/mm-broadband-modem.c
+++ b/src/mm-broadband-modem.c
@@ -732,6 +732,7 @@ parse_ati_reply (MMBaseModem *self,
DeviceIdentifierContext *ctx,
const gchar *command,
const gchar *response,
+ gboolean last_command,
const GError *error,
GVariant **result,
GError **result_error)