summaryrefslogtreecommitdiff
path: root/implementation/service_discovery/include/option_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/service_discovery/include/option_impl.hpp')
-rw-r--r--implementation/service_discovery/include/option_impl.hpp21
1 files changed, 10 insertions, 11 deletions
diff --git a/implementation/service_discovery/include/option_impl.hpp b/implementation/service_discovery/include/option_impl.hpp
index 09bc022..90a6a48 100644
--- a/implementation/service_discovery/include/option_impl.hpp
+++ b/implementation/service_discovery/include/option_impl.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/.
@@ -23,20 +22,20 @@ class message_impl;
class option_impl: public message_element_impl {
public:
- option_impl();
- virtual ~option_impl();
+ option_impl();
+ virtual ~option_impl();
- virtual bool operator ==(const option_impl &_other) const;
+ virtual bool operator ==(const option_impl &_other) const;
- uint16_t get_length() const;
- option_type_e get_type() const;
+ uint16_t get_length() const;
+ option_type_e get_type() const;
- virtual bool serialize(vsomeip::serializer *_to) const;
- virtual bool deserialize(vsomeip::deserializer *_from);
+ virtual bool serialize(vsomeip::serializer *_to) const;
+ virtual bool deserialize(vsomeip::deserializer *_from);
protected:
- uint16_t length_;
- option_type_e type_;
+ uint16_t length_;
+ option_type_e type_;
};
} // namespace sd