From: youngman Date: Thu, 5 Nov 2015 02:35:17 +0000 (+0900) Subject: Remove unnecessary constants X-Git-Tag: submit/tizen/20151130.235229~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=490ff45f897a0be447df7a0fe2bb5e51f2bd924f;p=platform%2Fcore%2Fiot%2Fiotcon.git Remove unnecessary constants Change-Id: Id982ccb11b7cc185b6943f3dde1a8849b3ad50a4 Signed-off-by: youngman --- diff --git a/lib/include/iotcon-constant.h b/lib/include/iotcon-constant.h index b6c7853..275d8f5 100644 --- a/lib/include/iotcon-constant.h +++ b/lib/include/iotcon-constant.h @@ -243,7 +243,6 @@ typedef struct icl_state_s* iotcon_state_h; typedef enum { IOTCON_OBSERVE_REGISTER = 0, /**< Indicates action of registering observation*/ IOTCON_OBSERVE_DEREGISTER = 1, /**< Indicates action of unregistering observation */ - IOTCON_OBSERVE_NO_OPTION = 2 /**< Indicates no option */ } iotcon_observe_action_e; /** @@ -296,19 +295,6 @@ typedef enum { IOTCON_SECURE = (1 << 4), /**< Indicates secure resource */ } iotcon_resource_property_e; -/** - * @brief Enumeration for property which can be held in a response. - * - * @since_tizen 3.0 - */ -typedef enum { - IOTCON_RESPONSE_NEW_URI_PATH = 1, /**< Indicates uri_path which can be held in a response */ - IOTCON_RESPONSE_RESULT = 2, /**< Indicates result which can be held in a response */ - IOTCON_RESPONSE_REPRESENTATION = 3, /**< Indicates representation which can be held in a response */ - IOTCON_RESPONSE_HEADER_OPTIONS = 4, /**< Indicates header options which can be held in a response */ - IOTCON_RESPONSE_INTERFACE = 5, /**< Indicates interface which can be held in a response */ -} iotcon_response_property_e; - /** * @brief Enumeration for type of request. *