summaryrefslogtreecommitdiff
path: root/resource/include/OutOfProcClientWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'resource/include/OutOfProcClientWrapper.h')
-rw-r--r--resource/include/OutOfProcClientWrapper.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/resource/include/OutOfProcClientWrapper.h b/resource/include/OutOfProcClientWrapper.h
index 6ac5a6bc3..02db304a3 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
};