X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Finclude%2FInProcServerWrapper.h;h=8eb78e3bb9e08297f6c96909d0c8b568b3d19f09;hb=8c01dff2c5bc5496f7dc1632c498943ec6ecb015;hp=1a9192a2d55f9d05a36048af4276b3499ecf138d;hpb=935fdb9b67b6c10d007e652e9e2e028fd6ccfe09;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/include/InProcServerWrapper.h b/resource/include/InProcServerWrapper.h index 1a9192a..8eb78e3 100644 --- a/resource/include/InProcServerWrapper.h +++ b/resource/include/InProcServerWrapper.h @@ -23,7 +23,6 @@ #include #include -#include #include @@ -51,15 +50,6 @@ namespace OC virtual OCStackResult registerPlatformInfo( const OCPlatformInfo PlatformInfo); - virtual OCStackResult registerResourceWithHost( - OCResourceHandle& resourceHandle, - std::string& resourceHOST, - std::string& resourceURI, - const std::string& resourceTypeName, - const std::string& resourceInterface, - EntityHandler& entityHandler, - uint8_t resourceProperty); - virtual OCStackResult unregisterResource( const OCResourceHandle& resourceHandle);