From: hyuna0213.jo Date: Mon, 13 Feb 2017 08:12:44 +0000 (+0900) Subject: Change the name of 'tcp' of 'p' property X-Git-Tag: 1.3.0~601 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e34be552ef60211059143cf860f80a1bb62047e6;p=platform%2Fupstream%2Fiotivity.git Change the name of 'tcp' of 'p' property The name of "tcp" key was changed from "tcp" to "x.org.iotivity.tcp". Change-Id: I200c9a32116b5740ec8994d4b6600ad54b5f102e Signed-off-by: hyuna0213.jo Reviewed-on: https://gerrit.iotivity.org/gerrit/17333 Tested-by: jenkins-iotivity Reviewed-by: Uze Choi Reviewed-by: Jaehong Jo Reviewed-by: Ashok Babu Channa --- diff --git a/resource/csdk/include/octypes.h b/resource/csdk/include/octypes.h index 8f13f1d..4d6b639 100755 --- a/resource/csdk/include/octypes.h +++ b/resource/csdk/include/octypes.h @@ -248,10 +248,10 @@ extern "C" { #define OC_RSRVD_HOSTING_PORT "port" /** TCP Port. */ -#define OC_RSRVD_TCP_PORT "tcp" +#define OC_RSRVD_TCP_PORT "x.org.iotivity.tcp" /** TLS Port. */ -#define OC_RSRVD_TLS_PORT "tls" +#define OC_RSRVD_TLS_PORT "x.org.iotivity.tls" /** For Server instance ID.*/ #define OC_RSRVD_SERVER_INSTANCE_ID "sid"