X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2FOICMiddle%2FClient.cpp;h=6acab4987a64be5ba173539a86a9443ff0f40154;hb=8c01dff2c5bc5496f7dc1632c498943ec6ecb015;hp=b753b94e2220e1450dcea29e02433a575ed03b0d;hpb=935fdb9b67b6c10d007e652e9e2e028fd6ccfe09;p=platform%2Fupstream%2Fiotivity.git diff --git a/examples/OICMiddle/Client.cpp b/examples/OICMiddle/Client.cpp index b753b94..6acab49 100644 --- a/examples/OICMiddle/Client.cpp +++ b/examples/OICMiddle/Client.cpp @@ -39,7 +39,7 @@ void MiddleClient::findResources() { m_resourceMap.clear(); - OC::OCPlatform::findResource("", OC_WELL_KNOWN_QUERY, OC_ALL, m_findCB); + OC::OCPlatform::findResource("", OC_RSRVD_WELL_KNOWN_URI, CT_DEFAULT, m_findCB); } void MiddleClient::foundOCResource(shared_ptr resource)