Change internal TimeStamp's type to IntPtr (#3528)
authorChangGyu Choi <uppletaste@gmail.com>
Fri, 10 Sep 2021 01:08:55 +0000 (10:08 +0900)
committerGitHub <noreply@github.com>
Fri, 10 Sep 2021 01:08:55 +0000 (10:08 +0900)
commita26bbdd308c2827bda7b61ff9efdaad324660550
treefebbee5407dcf54fc754eb4630157b108b9bf729
parent28ae868c0efc9ffd73ef41623f24f0b502b358d0
Change internal TimeStamp's type to IntPtr (#3528)

nint is not supported by current version.
This patch Changes TimeStamp's member attribute type
to IntPtr.

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
src/Tizen.Applications.Common/Interop/Interop.Libc.cs
src/Tizen.Applications.Common/Tizen.Applications.Common.csproj
src/Tizen.Applications.Common/Tizen.Applications.RPCPort/Parcel.cs