commit | 0aa0dded234b88bdcfe94ed1439709fb42053987 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 16 08:14:33 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Nov 18 14:26:34 2016 +0000 |
tree | e2a5b6cc76af599123c74bf161d635183736ebc7 | |
parent | 8c00fed2750e43486e1b10c3e751315aef03afbf [diff] |
sdbus++: convert binding enum types to valid C++ When an enumeration is used in the bindings, the type of it depends on the context. We use 'string' types to send the enumeration across the dbus, so we need to use 'string' types when doing message operations. We use the real enum type when calling binding functions, so we need to specify that in prototypes. Change-Id: I31ab137b0c751d8a2bdec1c417a60455690ce103 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>