X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Finclude%2FInProcClientWrapper.h;h=05b1472a56fe08e36eb81d6adfd2faa11dd66014;hb=53427ddcd8a79536638ce85e61a6630a9e6b3139;hp=ff62d7b88ab666732b9ce91f5b2b6261bc65daa5;hpb=113cc82c356e35f9120ad93daed32c14768e86e7;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/include/InProcClientWrapper.h b/resource/include/InProcClientWrapper.h index ff62d7b..05b1472 100644 --- a/resource/include/InProcClientWrapper.h +++ b/resource/include/InProcClientWrapper.h @@ -265,8 +265,7 @@ namespace OC std::string assembleSetResourceUri(std::string uri, const QueryParamsMap& queryParams); std::string assembleSetResourceUri(std::string uri, const QueryParamsList& queryParams); OCPayload* assembleSetResourcePayload(const OCRepresentation& attributes); - OCHeaderOption* assembleHeaderOptions(OCHeaderOption options[], - const HeaderOptions& headerOptions); + OCHeaderOption* assembleHeaderOptions(const HeaderOptions& headerOptions); void convert(const OCDPDev_t *list, PairedDevices& dpList); std::thread m_listeningThread; bool m_threadRun;