[TCSACR-40][Add] added new API for SyncManager 05/146505/8
authorIckhee Woo <ickhee.woo@samsung.com>
Tue, 29 Aug 2017 06:49:22 +0000 (15:49 +0900)
committerIckhee Woo <ickhee.woo@samsung.com>
Wed, 30 Aug 2017 06:12:24 +0000 (06:12 +0000)
commita3bf3ca0080a36850bf577d76140694ad47d2386
tree49aca719c0197c463339c87264404083c9fcbbd9
parent20caf26de6bb3219a35dcb2948687a3400345bb4
[TCSACR-40][Add] added new API for SyncManager

Change-Id: I0253bfecdc429a304f1e32e480d2cdcc339b7fdb
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
13 files changed:
pkg/PlatformFileList.txt
pkg/Tizen.NET.Private.sln
pkg/Tizen.NET.nuspec
src/Tizen.Account.SyncManager/Interop/Interop.Adapter.cs [new file with mode: 0755]
src/Tizen.Account.SyncManager/Interop/Interop.Libraries.cs [new file with mode: 0755]
src/Tizen.Account.SyncManager/Interop/Interop.Manager.cs [new file with mode: 0755]
src/Tizen.Account.SyncManager/Tizen.Account.SyncManager.csproj [new file with mode: 0644]
src/Tizen.Account.SyncManager/Tizen.Account.SyncManager.sln [new file with mode: 0755]
src/Tizen.Account.SyncManager/Tizen.Account.SyncManager/Enumerations.cs [new file with mode: 0755]
src/Tizen.Account.SyncManager/Tizen.Account.SyncManager/ErrorFactory.cs [new file with mode: 0755]
src/Tizen.Account.SyncManager/Tizen.Account.SyncManager/SyncAdapter.cs [new file with mode: 0755]
src/Tizen.Account.SyncManager/Tizen.Account.SyncManager/SyncClient.cs [new file with mode: 0755]
src/Tizen.Account.SyncManager/Tizen.Account.SyncManager/SyncJobData.cs [new file with mode: 0755]