summaryrefslogtreecommitdiff
path: root/implementation/message/include/payload_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/message/include/payload_impl.hpp')
-rw-r--r--implementation/message/include/payload_impl.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/implementation/message/include/payload_impl.hpp b/implementation/message/include/payload_impl.hpp
index 66b3afa..b034918 100644
--- a/implementation/message/include/payload_impl.hpp
+++ b/implementation/message/include/payload_impl.hpp
@@ -32,6 +32,7 @@ public:
VSOMEIP_EXPORT void set_data(const byte_t *_data, length_t _length);
VSOMEIP_EXPORT void set_data(const std::vector< byte_t > &_data);
+ VSOMEIP_EXPORT void set_data(std::vector< byte_t > &&_data);
VSOMEIP_EXPORT bool serialize(serializer *_to) const;
VSOMEIP_EXPORT bool deserialize(deserializer *_from);