Change APIs for Subscribe device presence.
authorJaehong Jo <jaehong.jo@samsung.com>
Tue, 2 Aug 2016 02:44:53 +0000 (11:44 +0900)
committerJon A. Cruz <jon@joncruz.org>
Thu, 4 Aug 2016 20:50:26 +0000 (20:50 +0000)
commitb15643413083b95ed08c706a3fe1d8a83600ee83
treecda7a4bc0e4c206d97f240e5d39a1214ac6e90f5
parent989230f3bca624d65c64bd5bd0ee9502e04c2f83
Change APIs for Subscribe device presence.

Application developers have to pass devices id instead of the list of queries.
It will make them more convenient.

As-Is
const QueryParamsList& queryParams

To-Be
const std::vector<std::string>& di

Change-Id: I2c8231a58425227333c2a9c672c086409e2e51be
Signed-off-by: Jaehong Jo <jaehong.jo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/9917
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: jihwan seo <jihwan.seo@samsung.com>
Reviewed-by: Eunok Shin <eunok.shin@samsung.com>
Reviewed-by: Hyuna Jo <hyuna0213.jo@samsung.com>
Reviewed-by: Jon A. Cruz <jon@joncruz.org>
resource/include/IClientWrapper.h
resource/include/InProcClientWrapper.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