summaryrefslogtreecommitdiff
path: root/src/nm-auth-utils.c
diff options
context:
space:
mode:
authorDan Winship <danw@redhat.com>2015-04-03 10:08:52 -0400
committerDan Winship <danw@redhat.com>2015-07-24 13:25:47 -0400
commitc1dd3b6eed11eaa30d4dd80d22845676e3ff8fec (patch)
tree25ff796a954e63274ee842a2b66847f5d0f5c876 /src/nm-auth-utils.c
parent6fcc1deee0a9549d753813f9406ea1d74a2a8e8c (diff)
downloadNetworkManager-c1dd3b6eed11eaa30d4dd80d22845676e3ff8fec.tar.gz
core: move D-Bus export/unexport into NMExportedObject
Move D-Bus export/unexport handling into NMExportedObject and remove type-specific export/get_path methods (export paths are now specified at the class level, and NMExportedObject handles the counters for all exported types automatically). Since all exportable objects now use the same get_path() method, we can also add some helper methods to simplify get_property() implementations for object-path and object-path-array properties.
Diffstat (limited to 'src/nm-auth-utils.c')
-rw-r--r--src/nm-auth-utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nm-auth-utils.c b/src/nm-auth-utils.c
index 1a56f191a9..606f86c1ab 100644
--- a/src/nm-auth-utils.c
+++ b/src/nm-auth-utils.c
@@ -27,7 +27,6 @@
#include "nm-setting-connection.h"
#include "nm-auth-utils.h"
#include "nm-logging.h"
-#include "nm-dbus-manager.h"
#include "nm-auth-subject.h"
#include "nm-auth-manager.h"
#include "nm-session-monitor.h"