X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fconnectivity%2Flib%2Flibcoap-4.1.1%2Fexamples%2Fetsi_iot_01.c;h=116d7c1fdcd140692457747df6d41940afa00e2f;hb=17c68b2fd1e74586f85e552eeab4e32dc121f8a0;hp=ba68c0e7394780df8592079bb91ba229c512d310;hpb=8c01dff2c5bc5496f7dc1632c498943ec6ecb015;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/connectivity/lib/libcoap-4.1.1/examples/etsi_iot_01.c b/resource/csdk/connectivity/lib/libcoap-4.1.1/examples/etsi_iot_01.c index ba68c0e..116d7c1 100644 --- a/resource/csdk/connectivity/lib/libcoap-4.1.1/examples/etsi_iot_01.c +++ b/resource/csdk/connectivity/lib/libcoap-4.1.1/examples/etsi_iot_01.c @@ -3,7 +3,7 @@ * Copyright (C) 2012--2013 Olaf Bergmann * * This file is part of the CoAP library libcoap. Please see - * README for terms of use. + * README for terms of use. */ #include @@ -51,7 +51,7 @@ typedef struct coap_payload_t *test_resources = NULL; -/** +/** * This structure is used to store URIs for dynamically allocated * resources, usually by POST or PUT. */ @@ -358,7 +358,7 @@ void hnd_put_test(coap_context_t *ctx, struct coap_resource_t *resource, coap_ad /* set default value */ payload->media_type = COAP_MEDIATYPE_TEXT_PLAIN; } - /* FIXME: need to change attribute ct of resource. + /* FIXME: need to change attribute ct of resource. To do so, we need dynamic management of the attribute value */ @@ -576,7 +576,7 @@ void init_resources(coap_context_t *ctx) coap_add_payload(r->key, test_payload, NULL); } - /* TD_COAP_BLOCK_01 + /* TD_COAP_BLOCK_01 * TD_COAP_BLOCK_02 */ test_payload = make_large("etsi_iot_01_largedata.txt"); if (!test_payload)