summaryrefslogtreecommitdiff
path: root/implementation/e2e_protection/include/e2e/profile/profile01
diff options
context:
space:
mode:
authorLutz Bichler <Lutz.Bichler@bmw.de>2020-02-12 13:04:15 +0100
committerLutz Bichler <Lutz.Bichler@bmw.de>2020-02-12 13:04:15 +0100
commit8371cdca9463a75220c4de92b47c8df9d3bbe346 (patch)
tree16b4bf73c284b026b0ac032171110dafd1752196 /implementation/e2e_protection/include/e2e/profile/profile01
parentee44d19e0a3773adcda3bace073c66e334a3e6a7 (diff)
downloadvSomeIP-8371cdca9463a75220c4de92b47c8df9d3bbe346.tar.gz
vsomeip 3.1.7.13.1.7.1
Diffstat (limited to 'implementation/e2e_protection/include/e2e/profile/profile01')
-rw-r--r--implementation/e2e_protection/include/e2e/profile/profile01/checker.hpp12
-rw-r--r--implementation/e2e_protection/include/e2e/profile/profile01/profile_01.hpp10
-rw-r--r--implementation/e2e_protection/include/e2e/profile/profile01/protector.hpp10
3 files changed, 16 insertions, 16 deletions
diff --git a/implementation/e2e_protection/include/e2e/profile/profile01/checker.hpp b/implementation/e2e_protection/include/e2e/profile/profile01/checker.hpp
index 5fa243a..3010949 100644
--- a/implementation/e2e_protection/include/e2e/profile/profile01/checker.hpp
+++ b/implementation/e2e_protection/include/e2e/profile/profile01/checker.hpp
@@ -3,13 +3,13 @@
// 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_E2E_PROFILE01_CHECKER_HPP
-#define VSOMEIP_E2E_PROFILE01_CHECKER_HPP
+#ifndef VSOMEIP_V3_E2E_PROFILE01_CHECKER_HPP
+#define VSOMEIP_V3_E2E_PROFILE01_CHECKER_HPP
#include "../profile01/profile_01.hpp"
#include "../profile_interface/checker.hpp"
-namespace vsomeip {
+namespace vsomeip_v3 {
namespace e2e {
namespace profile01 {
@@ -23,7 +23,7 @@ class profile_01_checker final : public e2e::profile_interface::checker {
config_(_config) {}
virtual void check(const e2e_buffer &_buffer,
- e2e::profile_interface::generic_check_status &_generic_check_status) override final;
+ e2e::profile_interface::check_status_t &_generic_check_status) override final;
private:
profile_config config_;
@@ -33,6 +33,6 @@ private:
} // namespace profile01
} // namespace e2e
-} // namespace vsomeip
+} // namespace vsomeip_v3
-#endif // VSOMEIP_E2E_PROFILE01_CHECKER_HPP
+#endif // VSOMEIP_V3_E2E_PROFILE01_CHECKER_HPP
diff --git a/implementation/e2e_protection/include/e2e/profile/profile01/profile_01.hpp b/implementation/e2e_protection/include/e2e/profile/profile01/profile_01.hpp
index 810ec56..c6cd5cf 100644
--- a/implementation/e2e_protection/include/e2e/profile/profile01/profile_01.hpp
+++ b/implementation/e2e_protection/include/e2e/profile/profile01/profile_01.hpp
@@ -3,13 +3,13 @@
// 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_E2E_PROFILE01_PROFILE01_HPP
-#define VSOMEIP_E2E_PROFILE01_PROFILE01_HPP
+#ifndef VSOMEIP_V3_E2E_PROFILE01_PROFILE01_HPP
+#define VSOMEIP_V3_E2E_PROFILE01_PROFILE01_HPP
#include <cstdint>
#include "../../../buffer/buffer.hpp"
-namespace vsomeip {
+namespace vsomeip_v3 {
namespace e2e {
namespace profile01 {
@@ -51,6 +51,6 @@ struct profile_config {
} // namespace profile01
} // namespace e2e
-} // namespace vsomeip
+} // namespace vsomeip_v3
-#endif // VSOMEIP_E2E_PROFILE01_PROFILE01_HPP
+#endif // VSOMEIP_V3_E2E_PROFILE01_PROFILE01_HPP
diff --git a/implementation/e2e_protection/include/e2e/profile/profile01/protector.hpp b/implementation/e2e_protection/include/e2e/profile/profile01/protector.hpp
index 204c7a1..fe8b603 100644
--- a/implementation/e2e_protection/include/e2e/profile/profile01/protector.hpp
+++ b/implementation/e2e_protection/include/e2e/profile/profile01/protector.hpp
@@ -3,14 +3,14 @@
// 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_E2E_PROFILE01_PROTECTOR_HPP
-#define VSOMEIP_E2E_PROFILE01_PROTECTOR_HPP
+#ifndef VSOMEIP_V3_E2E_PROFILE01_PROTECTOR_HPP
+#define VSOMEIP_V3_E2E_PROFILE01_PROTECTOR_HPP
#include <mutex>
#include "../profile01/profile_01.hpp"
#include "../profile_interface/protector.hpp"
-namespace vsomeip {
+namespace vsomeip_v3 {
namespace e2e {
namespace profile01 {
@@ -41,6 +41,6 @@ class protector final : public e2e::profile_interface::protector {
} // namespace profile01
} // namespace e2e
-} // namespace vsomeip
+} // namespace vsomeip_v3
-#endif // VSOMEIP_E2E_PROFILE01_PROTECTOR_HPP
+#endif // VSOMEIP_V3_E2E_PROFILE01_PROTECTOR_HPP