Remove const from dbus::Connection::methodcall() 78/129878/3
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 18 May 2017 08:20:08 +0000 (10:20 +0200)
committerSungbae Yoo <sungbae.yoo@samsung.com>
Tue, 23 May 2017 07:12:15 +0000 (07:12 +0000)
commite16ace47c9bf750b05ffb32214f15efe1a27bf84
tree4fbcced2d6bbb660284ce555857a3b056d34db67
parent9df7a18a5ef99658f4b870160a7b44aa53c19818
Remove const from dbus::Connection::methodcall()

const Variant in return value disables the use of Variant's move constructor
so the only way to get it is by const Variant& which is not always preferred
option.

Change-Id: If6ac46e486444f69c946920ee6fa31fed100d134
include/klay/dbus/connection.h
src/dbus/connection.cpp