DSSignal: use std::function as the paremeter of the connect method. 41/241541/1
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 22 Jun 2020 01:47:12 +0000 (10:47 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 20 Aug 2020 09:44:58 +0000 (18:44 +0900)
commitdcf7dbe3788c1ad2eba5eda695ac8b2eeca699c8
treed6571d6df188792c8082d64043a7f8ae4d926bf7
parentdb9ff85ea5d7b71cae62962aa62b9d245fbbc9c7
DSSignal: use std::function as the paremeter of the connect method.

use std::function instead of the raw function pointer.

Change-Id: I02e368c09e6f673fc8881842694296d171ff9369
src/DSObject/IDSObjectObserver.h
src/DSSignal/DSSignal.h
tests/DSSignal-test.cpp [new file with mode: 0644]
tests/meson.build