[DataControl] Add current caller client appid and current provider id property (...
authorHyunho Kang <hhstark.kang@samsung.com>
Tue, 4 Dec 2018 07:45:52 +0000 (16:45 +0900)
committersemun-lee <35090067+semun-lee@users.noreply.github.com>
Tue, 4 Dec 2018 07:45:52 +0000 (16:45 +0900)
commitf41c2c9a2f7e18d248604da8048c220a337bed30
treeb3cb403692160a8ef89b96a552a4c196d9cdb0ba
parent146607bfbc078a9b668879cf8f8699eacd0fd37f
[DataControl] Add current caller client appid and current provider id property (#526)

* Add latest caller client appid property

- string LatestClientAppId

Signed-off-by: hyunho <hhstark.kang@samsung.com>
* Modify LatestCallerAppid to CurrentCallerAppid

Signed-off-by: hyunho <hhstark.kang@samsung.com>
* Add CurrentProviderId property

Signed-off-by: hyunho <hhstark.kang@samsung.com>
* Modify static Current* value to non-static

Signed-off-by: hyunho <hhstark.kang@samsung.com>
* Add curly braces around the nested statements

Signed-off-by: hyunho <hhstark.kang@samsung.com>
* Add missing return, param documentation

Signed-off-by: hyunho <hhstark.kang@samsung.com>
* Move suppress finalize position

Signed-off-by: hyunho <hhstark.kang@samsung.com>
src/Tizen.Applications.DataControl/Interop/Interop.DataControl.cs
src/Tizen.Applications.DataControl/Tizen.Applications.DataControl/Provider.cs [changed mode: 0755->0644]