X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Finclude%2FOutOfProcServerWrapper.h;h=9f5b21c06379187ad640b8464afb5caac87ff015;hb=c315c87e07c4080ecd0ef488e7a1047bc3c509b2;hp=05d79e45a9a562168000e29c4cb26ca1f28f72fd;hpb=5ac1f0a4857758955cc48b847722b3d244ea2fc7;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/include/OutOfProcServerWrapper.h b/resource/include/OutOfProcServerWrapper.h index 05d79e4..9f5b21c 100644 --- a/resource/include/OutOfProcServerWrapper.h +++ b/resource/include/OutOfProcServerWrapper.h @@ -31,6 +31,16 @@ namespace OC OutOfProcServerWrapper(PlatformConfig /*cfg*/) {} + virtual OCStackResult stop() + { + return OC_STACK_NOTIMPL; + } + + virtual OCStackResult start() + { + return OC_STACK_NOTIMPL; + } + virtual OCStackResult registerResource( OCResourceHandle& /*resourceHandle*/, std::string& /*resourceURI*/,