X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Finclude%2FOutOfProcClientWrapper.h;h=02db304a3d66b7248541d0215876241c39b3ce0c;hb=55283efd23d570e22010e2a403adea20d16210b9;hp=6ac5a6bc323000c49eb047d3a264456471a7fa6a;hpb=7bcbe1689b9b414d5f857076b3af400d8d8e9b65;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/include/OutOfProcClientWrapper.h b/resource/include/OutOfProcClientWrapper.h index 6ac5a6b..02db304 100644 --- a/resource/include/OutOfProcClientWrapper.h +++ b/resource/include/OutOfProcClientWrapper.h @@ -192,11 +192,11 @@ namespace OC {return OC_STACK_NOTIMPL;} #endif #ifdef TCP_ADAPTER - virtual OCStackResult findKeepAliveResource(std::string host, - KeepAliveCallback resultCallback) + virtual OCStackResult findKeepAliveResource(std::string /*host*/, + KeepAliveCallback /*resultCallback*/) {return OC_STACK_NOTIMPL;} - virtual OCStackResult sendKeepAliveRequest(std::string host, const OCRepresentation& rep, - KeepAliveCallback resultCallback) + virtual OCStackResult sendKeepAliveRequest(std::string /*host*/, const OCRepresentation& /*rep*/, + KeepAliveCallback /*resultCallback*/) {return OC_STACK_NOTIMPL;} #endif };