FixBug: error handling in async logics in content-screening.cpp 85/74185/1
authorKyungwook Tak <k.tak@samsung.com>
Mon, 13 Jun 2016 06:13:58 +0000 (15:13 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Mon, 13 Jun 2016 06:15:13 +0000 (15:15 +0900)
commit6fb449d2aa5b9b86f31a04e8e4648f601498ce05
treef9e47f03e9ce4f81e837455619615f1a5d1ded14
parent11e9c69f723d41f873190f3d11fa7b6f058a6e19
FixBug: error handling in async logics in content-screening.cpp

After error, exception should be thrown. If async task returned
normally, it's considered as success case and completed callback called.

Change-Id: I929ccc8c1e5ee124f74a8588a927b07f453b673a
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
src/framework/client/content-screening.cpp