From: jihwan.seo Date: Thu, 17 Sep 2015 00:31:20 +0000 (+0900) Subject: updated CA sample app related to removed CA_SUCCESS X-Git-Tag: 1.0.0-RC1^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f593c79f82349e47b9d51b0e5a3284bed6f9f7a9;p=contrib%2Fiotivity.git updated CA sample app related to removed CA_SUCCESS https://gerrit.iotivity.org/gerrit/#/c/2549/ Change-Id: I625b24978e7d4b418dbcb311f04ad683e1990bf2 Signed-off-by: jihwan.seo Reviewed-on: https://gerrit.iotivity.org/gerrit/2609 Tested-by: jenkins-iotivity Reviewed-by: Ashok Babu Channa Reviewed-by: Hyuna Jo Reviewed-by: Patrick Lankswert --- diff --git a/resource/csdk/connectivity/samples/arduino/casample.cpp b/resource/csdk/connectivity/samples/arduino/casample.cpp index 3d5c961..688892b 100644 --- a/resource/csdk/connectivity/samples/arduino/casample.cpp +++ b/resource/csdk/connectivity/samples/arduino/casample.cpp @@ -811,7 +811,6 @@ void SendResponse(CAEndpoint_t *endpoint, const CAInfo_t* info) Serial.println("============"); Serial.println("Enter Resp Code:"); Serial.println("For Ex: Empty : 0"); - Serial.println("Success: 200"); Serial.println("Created: 201"); Serial.println("Deleted: 202"); Serial.println("Valid : 203"); diff --git a/resource/csdk/connectivity/samples/linux/sample_main.c b/resource/csdk/connectivity/samples/linux/sample_main.c index 2043828..f8a1503 100644 --- a/resource/csdk/connectivity/samples/linux/sample_main.c +++ b/resource/csdk/connectivity/samples/linux/sample_main.c @@ -1207,7 +1207,6 @@ void send_response(const CAEndpoint_t *endpoint, const CAInfo_t *info) printf("\n=============================================\n"); printf("\tselect response code\n"); printf("EMPTY : 0\n"); - printf("SUCCESS : 200\n"); printf("CREATED : 201\n"); printf("DELETED : 202\n"); printf("VALID : 203\n"); diff --git a/resource/csdk/connectivity/samples/tizen/casample.c b/resource/csdk/connectivity/samples/tizen/casample.c index 70313c1..8c2651e 100644 --- a/resource/csdk/connectivity/samples/tizen/casample.c +++ b/resource/csdk/connectivity/samples/tizen/casample.c @@ -1190,7 +1190,6 @@ void send_response(const CAEndpoint_t *endpoint, const CAInfo_t *info) printf("\n=============================================\n"); printf("\tselect response code\n"); printf("EMPTY : 0\n"); - printf("SUCCESS : 200\n"); printf("CREATED : 201\n"); printf("DELETED : 202\n"); printf("VALID : 203\n");