DSClient: add basic implementation and tests 69/241669/1
authorSung-Jin Park <sj76.park@samsung.com>
Mon, 27 Jul 2020 11:57:58 +0000 (20:57 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 20 Aug 2020 10:04:30 +0000 (19:04 +0900)
commit7aa7513660b79c8d2893e63715412d104d390340
tree205ba804aaa0d070e0a500e12d360844835e1d21
parenta81d42ed6b4bb8603836dfc442b6f3fb199bcb6f
DSClient: add basic implementation and tests

Change-Id: I27fca5fcd93959353304506c68daee9810beb864
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
src/DSClient/DSClient.cpp [new file with mode: 0644]
src/DSClient/DSClient.h [new file with mode: 0644]
src/DSClient/DSClientPrivate.h [new file with mode: 0644]
src/meson.build
tests/DSClient-test.cpp [new file with mode: 0644]
tests/meson.build