Jira Issue-964: Add more types for OCEntityHandlerResult
authorHabib Virji <habib.virji@samsung.com>
Tue, 28 Jun 2016 10:09:09 +0000 (11:09 +0100)
committerZiran Sun <ziran.sun@samsung.com>
Wed, 29 Jun 2016 09:54:37 +0000 (09:54 +0000)
commit1ee5b8d93173f469c061dfa0c6cc8d88aa3f2242
treef598930ecd521366cc29ef3eac77f969efdc30d9
parentec2bcb63d5319f71409ba04e565b165c9c43525d
Jira Issue-964: Add more types for OCEntityHandlerResult

OCEntityHandlerResult includes more type that matches with
CAResponseResult_t.

This patch does not modify the return value of the exisitng code
and neither changes the enum value of the existing code.
It appends to the existing list based on the CoAP return values.

Change-Id: I2be12bb5f80ab751c9afc4e89c48446479c8f565
Signed-off-by: Habib Virji <habib.virji@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/8991
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
Reviewed-by: Dwarkaprasad Dayama <dwarka.dayama@samsung.com>
Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
resource/csdk/stack/include/octypes.h
resource/csdk/stack/src/ocserverrequest.c
resource/unittests/OCResourceResponseTest.cpp