diff options
Diffstat (limited to 'libmm-glib/mm-compat.c')
-rw-r--r-- | libmm-glib/mm-compat.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libmm-glib/mm-compat.c b/libmm-glib/mm-compat.c index 0a4dacbd..22c63d21 100644 --- a/libmm-glib/mm-compat.c +++ b/libmm-glib/mm-compat.c @@ -29,6 +29,22 @@ /*****************************************************************************/ void +mm_simple_connect_properties_set_number (MMSimpleConnectProperties *self, + const gchar *number) +{ + /* NO-OP */ +} + +const gchar * +mm_simple_connect_properties_get_number (MMSimpleConnectProperties *self) +{ + /* NO-OP */ + return NULL; +} + +/*****************************************************************************/ + +void mm_bearer_properties_set_number (MMBearerProperties *self, const gchar *number) { |