From ba2b03142b2e0f2bb9920e29dc5cb41155d1a446 Mon Sep 17 00:00:00 2001 From: Ziran Sun Date: Wed, 14 Dec 2016 14:17:48 +0000 Subject: [PATCH] Update documentation on server/device ID. Bug: https://jira.iotivity.org/browse/IOT-1385 Change-Id: Ib3e616cee6fe1e76a7f8aa8fbc8b33b93b97c2c4 Signed-off-by: Ziran Sun Reviewed-on: https://gerrit.iotivity.org/gerrit/15611 Reviewed-by: Phil Coval Tested-by: jenkins-iotivity Reviewed-by: Uze Choi --- resource/include/OCResource.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/resource/include/OCResource.h b/resource/include/OCResource.h index 2167ba6..fd468f6 100644 --- a/resource/include/OCResource.h +++ b/resource/include/OCResource.h @@ -538,8 +538,6 @@ namespace OC /** * Function to get a string representation of the resource's server ID. * This is unique per- server independent on how it was discovered. - * @note The format of the return value is subject to change and will - * likely change both in size and contents in the future. */ std::string sid() const; -- 2.7.4