From: k-jaju <146075929+k-jaju@users.noreply.github.com>
Date: Tue, 22 Oct 2024 08:52:33 +0000 (+0530)
Subject: Revert "Deprecating Tizen.Account.SyncManager CancelSyncCallback() API (#6402)"...
X-Git-Tag: submit/tizen/20241022.150911~1^2~1
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=967fd5a455e589461f4131e17480b463b4e85e3b;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git
Revert "Deprecating Tizen.Account.SyncManager CancelSyncCallback() API (#6402)" (#6420)
This reverts commit da187aec6d088f72edeff248630bb3828258d47e.
---
diff --git a/src/Tizen.Account.SyncManager/Tizen.Account.SyncManager/SyncAdapter.cs b/src/Tizen.Account.SyncManager/Tizen.Account.SyncManager/SyncAdapter.cs
index f7c4e8087..d135f6a69 100755
--- a/src/Tizen.Account.SyncManager/Tizen.Account.SyncManager/SyncAdapter.cs
+++ b/src/Tizen.Account.SyncManager/Tizen.Account.SyncManager/SyncAdapter.cs
@@ -42,7 +42,6 @@ namespace Tizen.Account.SyncManager
///
/// 4
/// The sync job parameters corresponding to the sync request.
- [Obsolete("Deprecated since API12. Might be removed in API14")]
public delegate void CancelSyncCallback(SyncJobData syncParameters);
///