summaryrefslogtreecommitdiff
path: root/include/CommonAPI/DBus/DBusAddress.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/CommonAPI/DBus/DBusAddress.hpp')
-rw-r--r--include/CommonAPI/DBus/DBusAddress.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/CommonAPI/DBus/DBusAddress.hpp b/include/CommonAPI/DBus/DBusAddress.hpp
index 171a482..81b0fea 100644
--- a/include/CommonAPI/DBus/DBusAddress.hpp
+++ b/include/CommonAPI/DBus/DBusAddress.hpp
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2017 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+// Copyright (C) 2015-2020 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
@@ -26,6 +26,8 @@ public:
COMMONAPI_EXPORT DBusAddress(const DBusAddress &_source);
COMMONAPI_EXPORT virtual ~DBusAddress();
+ COMMONAPI_EXPORT DBusAddress &operator=(const DBusAddress &_other);
+
COMMONAPI_EXPORT bool operator==(const DBusAddress &_other) const;
COMMONAPI_EXPORT bool operator!=(const DBusAddress &_other) const;
COMMONAPI_EXPORT bool operator<(const DBusAddress &_other) const;