commit | 5acb5492ea449c147b49d5c3113473175f1454c2 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Sep 02 15:14:16 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Sep 12 21:54:52 2016 -0500 |
tree | 2dca040761be26581f6a728f7f26b1a1a419a4d9 | |
parent | 5b4857945e0107eb7b0a7fa1561f1d38f5a80c2a [diff] |
Add message bindings Add C++ bindings for the sd_bus_message_* class functions. This binding creates a unique_ptr wrapper around sd_bus_message*, using the appropriate sd_bus_message deref calls when the unique_ptr leaves scope. Change-Id: Ieb8b981a43406332ed3b65bc5326a0f18671d496 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>