summaryrefslogtreecommitdiff
path: root/implementation/service_discovery/include/ipv4_option_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/service_discovery/include/ipv4_option_impl.hpp')
-rw-r--r--implementation/service_discovery/include/ipv4_option_impl.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/implementation/service_discovery/include/ipv4_option_impl.hpp b/implementation/service_discovery/include/ipv4_option_impl.hpp
index 15c04b2..7e97078 100644
--- a/implementation/service_discovery/include/ipv4_option_impl.hpp
+++ b/implementation/service_discovery/include/ipv4_option_impl.hpp
@@ -1,10 +1,10 @@
-// Copyright (C) 2014-2018 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+// Copyright (C) 2014-2021 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/.
-#ifndef VSOMEIP_V3_SD_IPV4_OPTION_IMPL_HPP_
-#define VSOMEIP_V3_SD_IPV4_OPTION_IMPL_HPP_
+#ifndef VSOMEIP_V3_SD_IPV3_OPTION_IMPL_HPP_
+#define VSOMEIP_V3_SD_IPV3_OPTION_IMPL_HPP_
#include <boost/asio/ip/address.hpp>
@@ -22,7 +22,7 @@ public:
const uint16_t _port, const bool _is_reliable);
virtual ~ipv4_option_impl();
- bool operator ==(const option_impl &_other) const;
+ bool equals(const option_impl &_other) const;
const ipv4_address_t & get_address() const;
void set_address(const ipv4_address_t &_address);
@@ -38,5 +38,5 @@ private:
} // namespace sd
} // namespace vsomeip_v3
-#endif // VSOMEIP_V3_SD_IPV4_OPTION_IMPL_HPP_
+#endif // VSOMEIP_V3_SD_IPV3_OPTION_IMPL_HPP_