summaryrefslogtreecommitdiff
path: root/implementation/e2e_protection/include/e2e/profile/profile_custom/checker.hpp
diff options
context:
space:
mode:
authorLutz Bichler <Lutz.Bichler@bmw.de>2020-11-30 09:44:44 +0100
committerLutz Bichler <Lutz.Bichler@bmw.de>2020-11-30 09:44:44 +0100
commit710a8613ee5bd9eb490addecd7f2ee8049c4fd0c (patch)
tree49215269c551ac7eba482b3d9f6f084f56bf2fd3 /implementation/e2e_protection/include/e2e/profile/profile_custom/checker.hpp
parent46e6856a1a61f4b24e29c1f2d3ed0b4ee7da0ede (diff)
downloadvSomeIP-710a8613ee5bd9eb490addecd7f2ee8049c4fd0c.tar.gz
vsomeip 3.1.20.13.1.20.1
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.hpp6
1 files changed, 3 insertions, 3 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 73f1bbb..e233205 100644
--- a/implementation/e2e_protection/include/e2e/profile/profile_custom/checker.hpp
+++ b/implementation/e2e_protection/include/e2e/profile/profile_custom/checker.hpp
@@ -23,10 +23,10 @@ public:
explicit profile_custom_checker(const e2e::profile_custom::profile_config &_config) :
config_(_config) {}
- virtual void check(const e2e_buffer &_buffer,
- e2e::profile_interface::check_status_t &_generic_check_status);
+ void check(const e2e_buffer &_buffer, instance_t _instance,
+ e2e::profile_interface::check_status_t &_generic_check_status) override final;
- private:
+private:
uint32_t read_crc(const e2e_buffer &_buffer) const;
private: