Add if-statement to check return value
authorHoseon LEE <hoseon46.lee@samsung.com>
Thu, 12 Sep 2013 08:20:07 +0000 (17:20 +0900)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Fri, 13 Sep 2013 09:21:53 +0000 (18:21 +0900)
commit1628c3b2ae3c04def1b9cdfd71852b690792192c
tree827839d3fd6327e25a7c34f36a84f97c0cfc5703
parent7319c9ab6d5a83c37a5c128aff07c1d569c629b4
Add if-statement to check return value

[Issue#]   Prevent 12049
[Problem]  Unchecked return value
[Cause]    N/A
[Solution] Adding the checking return value.
           If return value is FALSE, print warning log.

Change-Id: I079be8ea2059ff6370e8e0c32c5c0c912d2bc3a5
src/dispatch-event/dispatch_event_support.cpp [changed mode: 0644->0755]