summaryrefslogtreecommitdiff
path: root/implementation/e2e_protection/include/e2e/profile/profile_custom/checker.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/e2e_protection/include/e2e/profile/profile_custom/checker.hpp')
-rw-r--r--implementation/e2e_protection/include/e2e/profile/profile_custom/checker.hpp19
1 files changed, 10 insertions, 9 deletions
diff --git a/implementation/e2e_protection/include/e2e/profile/profile_custom/checker.hpp b/implementation/e2e_protection/include/e2e/profile/profile_custom/checker.hpp
index 7080329..73f1bbb 100644
--- a/implementation/e2e_protection/include/e2e/profile/profile_custom/checker.hpp
+++ b/implementation/e2e_protection/include/e2e/profile/profile_custom/checker.hpp
@@ -3,27 +3,28 @@
// 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_PROFILE_CUSTOM_CHECKER_HPP
-#define VSOMEIP_E2E_PROFILE_CUSTOM_CHECKER_HPP
+#ifndef VSOMEIP_V3_E2E_PROFILE_CUSTOM_CHECKER_HPP
+#define VSOMEIP_V3_E2E_PROFILE_CUSTOM_CHECKER_HPP
#include "../profile_custom/profile_custom.hpp"
#include "../profile_interface/checker.hpp"
#include <mutex>
-namespace vsomeip {
+namespace vsomeip_v3 {
namespace e2e {
namespace profile_custom {
-class profile_custom_checker final : public vsomeip::e2e::profile_interface::checker {
+class profile_custom_checker final
+ : public e2e::profile_interface::checker {
- public:
+public:
profile_custom_checker(void) = delete;
- explicit profile_custom_checker(const vsomeip::e2e::profile_custom::profile_config &_config) :
+ explicit profile_custom_checker(const e2e::profile_custom::profile_config &_config) :
config_(_config) {}
virtual void check(const e2e_buffer &_buffer,
- vsomeip::e2e::profile_interface::generic_check_status &_generic_check_status);
+ e2e::profile_interface::check_status_t &_generic_check_status);
private:
uint32_t read_crc(const e2e_buffer &_buffer) const;
@@ -36,6 +37,6 @@ private:
} // namespace profile_custom
} // namespace e2e
-} // namespace vsomeip
+} // namespace vsomeip_v3
-#endif // VSOMEIP_E2E_PROFILE_CUSTOM_CHECKER_HPP
+#endif // VSOMEIP_V3_E2E_PROFILE_CUSTOM_CHECKER_HPP