summaryrefslogtreecommitdiff
path: root/implementation/e2e_protection/include/crc/crc.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/e2e_protection/include/crc/crc.hpp')
-rw-r--r--implementation/e2e_protection/include/crc/crc.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/implementation/e2e_protection/include/crc/crc.hpp b/implementation/e2e_protection/include/crc/crc.hpp
index 1a54312..6120d86 100644
--- a/implementation/e2e_protection/include/crc/crc.hpp
+++ b/implementation/e2e_protection/include/crc/crc.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_CRC_HPP
-#define VSOMEIP_E2E_CRC_HPP
+#ifndef VSOMEIP_V3_E2E_CRC_HPP
+#define VSOMEIP_V3_E2E_CRC_HPP
#include <cstdint>
#include "../buffer/buffer.hpp"
-namespace vsomeip {
+namespace vsomeip_v3 {
class e2e_crc {
public:
@@ -27,6 +27,6 @@ class e2e_crc {
};
-} // namespace vsomeip
+} // namespace vsomeip_v3
-#endif // VSOMEIP_E2E_CRC_HPP
+#endif // VSOMEIP_V3_E2E_CRC_HPP