summaryrefslogtreecommitdiff
path: root/implementation/endpoints/include/buffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/endpoints/include/buffer.hpp')
-rw-r--r--implementation/endpoints/include/buffer.hpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/implementation/endpoints/include/buffer.hpp b/implementation/endpoints/include/buffer.hpp
index 8e9fbd7..f76c8d1 100644
--- a/implementation/endpoints/include/buffer.hpp
+++ b/implementation/endpoints/include/buffer.hpp
@@ -1,5 +1,4 @@
-// Copyright (C) 2014 BMW Group
-// Author: Lutz Bichler (lutz.bichler@bmw.de)
+// Copyright (C) 2014-2015 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
// This Source Code Form is subject to the terms of the Mozilla Public
// 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/.
@@ -15,11 +14,11 @@
namespace vsomeip {
-typedef std::array< byte_t, VSOMEIP_PACKET_SIZE > packet_buffer_t;
-typedef std::shared_ptr< packet_buffer_t > packet_buffer_ptr_t;
+typedef std::array<byte_t, VSOMEIP_PACKET_SIZE> packet_buffer_t;
+typedef std::shared_ptr<packet_buffer_t> packet_buffer_ptr_t;
-typedef std::vector< byte_t > message_buffer_t;
-typedef std::shared_ptr< message_buffer_t > message_buffer_ptr_t;
+typedef std::vector<byte_t> message_buffer_t;
+typedef std::shared_ptr<message_buffer_t> message_buffer_ptr_t;
} // namespace vsomeip