RD Device Presence features in base layer
authorJaehong Jo <jaehong.jo@samsung.com>
Wed, 13 Jul 2016 07:53:56 +0000 (16:53 +0900)
committerAshok Babu Channa <ashok.channa@samsung.com>
Thu, 21 Jul 2016 15:02:43 +0000 (15:02 +0000)
commit4400d1c59ffa755272c8c64b8fb9bd0252723dd4
treed8e011b6ee0b574272f69f9b366c406dd04a1530
parent859562966198e233aa12be04aef960437788c731
RD Device Presence features in base layer

- make consistent with the revised RD spec.
- add the RD Device Presence API in base layer.
  1. subscribe DevicePresence to resource-directory

Change-Id: Ic6635474efdd5797f41e9d8dcdb867747c93f9eb
Signed-off-by: Jaehong Jo <jaehong.jo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/9351
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: jihwan seo <jihwan.seo@samsung.com>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
resource/csdk/stack/include/octypes.h
resource/include/IClientWrapper.h
resource/include/InProcClientWrapper.h
resource/include/OCApi.h
resource/include/OCPlatform.h
resource/include/OCPlatform_impl.h
resource/include/OutOfProcClientWrapper.h
resource/src/InProcClientWrapper.cpp
resource/src/OCPlatform.cpp
resource/src/OCPlatform_impl.cpp
resource/unittests/OCPlatformTest.cpp