From: upple Date: Fri, 27 Sep 2024 05:17:26 +0000 (+0900) Subject: Add missing since_tizen tag X-Git-Tag: submit/tizen/20240930.150935~1^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=933d45da1d9cf8e1b37687ce5c5d90d14e9a513f;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Add missing since_tizen tag Signed-off-by: upple --- diff --git a/src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.Common/ServiceComponent.cs b/src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.Common/ServiceComponent.cs index 53e0397ed..3d95badcd 100755 --- a/src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.Common/ServiceComponent.cs +++ b/src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.Common/ServiceComponent.cs @@ -31,6 +31,7 @@ namespace Tizen.Applications.ComponentBased.Common /// /// true if the service component is successfully created; otherwise, false. /// + /// 6 public abstract bool OnCreate(); ///