Fix catching exceptions in socket helper functions 90/34190/3
authorRadoslaw Bartosiak <r.bartosiak@samsung.com>
Wed, 21 Jan 2015 15:12:57 +0000 (16:12 +0100)
committerRadoslaw Bartosiak <r.bartosiak@samsung.com>
Thu, 22 Jan 2015 14:17:25 +0000 (15:17 +0100)
commit81ca220b027c93d55f9c7c573e1145c0a03e6f92
tree4835afcafbfb32a4344fbbc9841e3c4cd00f64ee
parent6c079ffeed2e4dc0c8cec00e5a7da67f3c5e2564
Fix catching exceptions in socket helper functions

Cynara socket helpers functions could throw exceptions (GET_CRED
macro in cders-socket-inner.cpp used std::to_string()).
Fixed it with Cynara::tryCatch().

Change-Id: Ic0db847bc04e9817d1afa86310452147f9678431
Signed-off-by: Radoslaw Bartosiak <r.bartosiak@samsung.com>
src/helpers/creds-socket/creds-socket-inner.cpp