summaryrefslogtreecommitdiff
path: root/src/CommonAPI/DBus/DBusObjectManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommonAPI/DBus/DBusObjectManager.h')
-rw-r--r--src/CommonAPI/DBus/DBusObjectManager.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/CommonAPI/DBus/DBusObjectManager.h b/src/CommonAPI/DBus/DBusObjectManager.h
index c81fea6..db63e3e 100644
--- a/src/CommonAPI/DBus/DBusObjectManager.h
+++ b/src/CommonAPI/DBus/DBusObjectManager.h
@@ -37,7 +37,7 @@ class DBusObjectManager {
bool handleMessage(const DBusMessage&);
- inline std::shared_ptr<DBusObjectManagerStub> getRootDBusObjectManagerStub();
+ std::shared_ptr<DBusObjectManagerStub> getRootDBusObjectManagerStub();
private:
// objectPath, interfaceName
@@ -64,11 +64,6 @@ class DBusObjectManager {
std::recursive_mutex objectPathLock_;
};
-
-std::shared_ptr<DBusObjectManagerStub> DBusObjectManager::getRootDBusObjectManagerStub() {
- return rootDBusObjectManagerStub_;
-}
-
} // namespace DBus
} // namespace CommonAPI