Fix wrong implementation
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 19 Jun 2020 07:31:45 +0000 (16:31 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 22 Jun 2020 02:27:31 +0000 (11:27 +0900)
commitb0333c24308407265dec47f8b026e2f570ce5d0e
treef2de5cd2c87142fe5b127f88e182c5e37caba9fb
parentdc50f6075de90b2a2cf83a9618949b248b95ee11
Fix wrong implementation

The FdBroker ptr has to be removed when the FdBroker instance is removed.
The FdBroker.Cancel() method can be invoked from the Proxy instance directly.
The exceptions about the registration handle are added in the callback functions
related to gdbus.

Change-Id: Ieb96e393550e3cfa25d29cc4c97ae207cad1dba8
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/fdbroker-internal.cc