X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fstack%2Finclude%2Finternal%2Focresourcehandler.h;h=60bca1be4ebaa0d5dd1666a0bde39c138a7787ea;hb=41e04322a0b5684ed05e3b7968f44fc172a664a6;hp=fbc1b9b4b99804961458478f54f9b8dc1d54fb8b;hpb=811d62de05664975cc2b36585ba719167d1bc1ea;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/stack/include/internal/ocresourcehandler.h b/resource/csdk/stack/include/internal/ocresourcehandler.h index fbc1b9b..60bca1b 100644 --- a/resource/csdk/stack/include/internal/ocresourcehandler.h +++ b/resource/csdk/stack/include/internal/ocresourcehandler.h @@ -71,16 +71,21 @@ typedef enum /** "/oic/gateway" .*/ OC_GATEWAY_URI, #endif - #ifdef WITH_PRESENCE +#ifdef WITH_PRESENCE /** "/oic/ad" .*/ OC_PRESENCE, - #endif +#endif #ifdef MQ_BROKER /** "/oic/ps" .*/ OC_MQ_BROKER_URI, #endif +#ifdef TCP_ADAPTER + /** "/oic/ping" .*/ + OC_KEEPALIVE_RESOURCE_URI, +#endif + /** Max items in the list */ OC_MAX_VIRTUAL_RESOURCES //