sdbus++: clean up extra error response

The property set/get and method callback functions are
suppose to return 1 or true to sdbus, otherwise the callbacks
are treated as unhandled.  Since the generated callbacks all
populate the response message correctly, the result is that the
client receives two messages but the 2nd (an error) is silently
ignored by clients because it is a duplicate message.  Clean this
up, which reduces needless activity on the dbus.

Change-Id: I39699e498b0d113ec9819670a92e44e8108c88db
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2 files changed