diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-27 11:43:27 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:15 +0100 |
commit | da0aa7af2a884ac484210d04bfaa04ab5786775f (patch) | |
tree | efd2c4d11219ff37d2bd05687f63f70eda2c7874 /src/mm-iface-modem-cdma.h | |
parent | 96fdb716e1d3f7da8ba208ad38b001b4de8000a0 (diff) |
iface-modem-cdma: include policy authorization checks
Diffstat (limited to 'src/mm-iface-modem-cdma.h')
-rw-r--r-- | src/mm-iface-modem-cdma.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/mm-iface-modem-cdma.h b/src/mm-iface-modem-cdma.h index ca4423ea..9de17860 100644 --- a/src/mm-iface-modem-cdma.h +++ b/src/mm-iface-modem-cdma.h @@ -185,24 +185,6 @@ gboolean mm_iface_modem_cdma_disable_finish (MMIfaceModemCdma *self, /* Shutdown CDMA interface */ void mm_iface_modem_cdma_shutdown (MMIfaceModemCdma *self); -/* Allow OTA activation */ -gboolean mm_iface_modem_cdma_activate_finish (MMIfaceModemCdma *self, - GAsyncResult *res, - GError **error); -void mm_iface_modem_cdma_activate (MMIfaceModemCdma *self, - const gchar *carrier, - GAsyncReadyCallback callback, - gpointer user_data); - -/* Allow manual activation */ -gboolean mm_iface_modem_cdma_activate_manual_finish (MMIfaceModemCdma *self, - GAsyncResult *res, - GError **error); -void mm_iface_modem_cdma_activate_manual (MMIfaceModemCdma *self, - GVariant *properties, - GAsyncReadyCallback callback, - gpointer user_data); - /* Objects implementing this interface can report new registration states. */ void mm_iface_modem_cdma_update_cdma1x_registration_state (MMIfaceModemCdma *self, MMModemCdmaRegistrationState state, |