summaryrefslogtreecommitdiff
path: root/implementation/e2e_protection/include/buffer/buffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/e2e_protection/include/buffer/buffer.hpp')
-rw-r--r--implementation/e2e_protection/include/buffer/buffer.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/implementation/e2e_protection/include/buffer/buffer.hpp b/implementation/e2e_protection/include/buffer/buffer.hpp
index 5ddcf2e..8583ede 100644
--- a/implementation/e2e_protection/include/buffer/buffer.hpp
+++ b/implementation/e2e_protection/include/buffer/buffer.hpp
@@ -3,15 +3,15 @@
// 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_BUFFER_HPP
-#define VSOMEIP_E2E_BUFFER_HPP
+#ifndef VSOMEIP_V3_E2E_BUFFER_HPP
+#define VSOMEIP_V3_E2E_BUFFER_HPP
#include <stdexcept>
#include <cstdint>
#include <ostream>
#include <vector>
-namespace vsomeip {
+namespace vsomeip_v3 {
using e2e_buffer = std::vector<uint8_t>;
@@ -43,6 +43,6 @@ private:
std::ostream &operator<<(std::ostream &_os, const e2e_buffer &_buffer);
-} // namespace vsomeip
+} // namespace vsomeip_v3
-#endif // VSOMEIP_E2E_BUFFER_HPP
+#endif // VSOMEIP_V3_E2E_BUFFER_HPP