Fix an exception handling issue in con-client app.
authorJihun Ha <jihun.ha@samsung.com>
Tue, 3 Feb 2015 08:12:37 +0000 (17:12 +0900)
committerUze Choi <uzchoi@samsung.com>
Wed, 4 Feb 2015 08:25:48 +0000 (08:25 +0000)
commit7086d6fc21e129b441627878348278c73110f603
tree8c819777d1d3a6b9a92c73e823cfd01091a14702
parent6a8ad4c43926df7541b414452ed57dbc9761137a
Fix an exception handling issue in con-client app.

Though con-client app do not discover configuration,
diagnostics, and factorySet collection resources in
a network, the con-client app can be proceded.
And even when a response for any GET/PUT request indicates
a bad request, it is correctly delivered to the app.

Reference issue ID : [IOT-291]

Change-Id: Ic101013daa6efea9639295553022fd67f58c925e
Signed-off-by: Jihun Ha <jihun.ha@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/271
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/things-manager/sampleapp/linux/configuration/con-client.cpp [changed mode: 0644->0755]
service/things-manager/sampleapp/linux/configuration/con-server.cpp [changed mode: 0644->0755]
service/things-manager/sdk/src/ThingsConfiguration.cpp [changed mode: 0644->0755]
service/things-manager/sdk/src/ThingsDiagnostics.cpp [changed mode: 0644->0755]