From: Hokwon Song Date: Tue, 6 Aug 2013 04:50:24 +0000 (+0900) Subject: Fix the prevent issue. X-Git-Tag: accepted/tizen/20131022.083341~26^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa74903d25817ddf47569dfc2bd266af3c2124ff;p=platform%2Fframework%2Fnative%2Fcommon-service.git Fix the prevent issue. Change-Id: Ib3cf7b65052985773cb4d6c87c11821563b47ca0 Signed-off-by: Hokwon Song --- diff --git a/src/system/FSys_RuntimeInfoStub.cpp b/src/system/FSys_RuntimeInfoStub.cpp index 257e075..7b7bd3a 100644 --- a/src/system/FSys_RuntimeInfoStub.cpp +++ b/src/system/FSys_RuntimeInfoStub.cpp @@ -266,7 +266,7 @@ _RuntimeInfoStub::SendResponse(int pid, int msg_id, long long size, result rcode _RuntimeInfoStub* pRuntimeInfoStub = null; pRuntimeInfoStub = _RuntimeInfoStub::GetInstance(); - SysTryReturn(NID_SYS, pRuntimeInfoStub, , E_SYSTEM, "RuntimeInfoStub is not created."); + SysTryCatch(NID_SYS, pRuntimeInfoStub, E_SYSTEM, E_SYSTEM, "RuntimeInfoStub is not created."); pRuntimeInfoStub->SendDataAsync(pid, data); CATCH: