diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-01 12:31:17 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:19 +0100 |
commit | 1385eb394f977ee3a7014bd0025fa65cd7e4a25a (patch) | |
tree | 3d3bd1e67f3b5a51f9778c9f67fe60ced04279c7 /libmm-common/libmm-common.h | |
parent | d306bb082f1237f6437e05b7a166df91f46655fb (diff) |
libmm-common: `MMSimpleConnectProperties' won't be considered internal any more
Renamed `MMCommonConnectProperties' to `MMSimpleConnectProperties', and removed
the `MMModemSimpleConnectProperties' provided in libmm-glib. We'll just use the
original one from libmm-common always.
Diffstat (limited to 'libmm-common/libmm-common.h')
-rw-r--r-- | libmm-common/libmm-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmm-common/libmm-common.h b/libmm-common/libmm-common.h index 3d3a372a..04c1bfd7 100644 --- a/libmm-common/libmm-common.h +++ b/libmm-common/libmm-common.h @@ -27,7 +27,7 @@ #include "mm-enums-types.h" #include "mm-common-helpers.h" #include "mm-common-simple-properties.h" -#include "mm-common-connect-properties.h" +#include "mm-simple-connect-properties.h" #include "mm-sms-properties.h" #include "mm-bearer-properties.h" #include "mm-bearer-ip-config.h" |