summaryrefslogtreecommitdiff
path: root/src/devices/wwan/nm-modem.c
diff options
context:
space:
mode:
authorDan Winship <danw@redhat.com>2015-04-13 13:31:42 -0400
committerDan Winship <danw@redhat.com>2015-07-24 13:25:47 -0400
commit6fcc1deee0a9549d753813f9406ea1d74a2a8e8c (patch)
tree6eda31c6115d9e42600adf531610e1a1fcb80507 /src/devices/wwan/nm-modem.c
parentf3d10b3ec8aa6674f8146ea6d1fd9d872af50083 (diff)
downloadNetworkManager-6fcc1deee0a9549d753813f9406ea1d74a2a8e8c.tar.gz
core: add an NMExportedObject base class
Add NMExportedObject, make it the base class of all D-Bus-exported types, and move the nm-properties-changed-signal logic into it. (Also, make NMSettings use the same properties-changed code as everything else, which it was not previously doing, presumably for historical reasons). (This is mostly just shuffling code around at this point, but NMExportedObject will be more important in the gdbus port, since gdbus-codegen doesn't do a very good job of supporting objects that export multiple interfaces [as each NMDevice subclass does, for example], so we will need more glue/helper code in NMExportedObject then.)
Diffstat (limited to 'src/devices/wwan/nm-modem.c')
-rw-r--r--src/devices/wwan/nm-modem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/wwan/nm-modem.c b/src/devices/wwan/nm-modem.c
index 3385a6fd3b..eeab0390e7 100644
--- a/src/devices/wwan/nm-modem.c
+++ b/src/devices/wwan/nm-modem.c
@@ -26,7 +26,6 @@
#include "nm-platform.h"
#include "nm-dbus-manager.h"
#include "nm-setting-connection.h"
-#include "nm-properties-changed-signal.h"
#include "nm-logging.h"
#include "NetworkManagerUtils.h"
#include "nm-device-private.h"