From 8665325f6156349af9abeb55955198fcb76fa2c8 Mon Sep 17 00:00:00 2001 From: "hb.min" Date: Wed, 15 May 2013 13:24:06 +0900 Subject: [PATCH] Modify the document of AccessController class Change-Id: I5f12f399463ccb8231b023d609341bcf8a037624 Signed-off-by: hb.min --- inc/FSecAccessController.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/inc/FSecAccessController.h b/inc/FSecAccessController.h index 2be764c..a437d0e 100644 --- a/inc/FSecAccessController.h +++ b/inc/FSecAccessController.h @@ -76,9 +76,12 @@ public: /** - * Checks whether the client application which has @c appId has a privilege to invoke the privileged API. + * Checks whether the client application which has @c packageId has a privilege to invoke the privileged API. * * @since 2.1 + * @privlevel partner + * @privilege %http://tizen.org/privilege/privilegemanager.read + * * @return An error code * @param[in] packageId The package ID * @param[in] privilege A string of the specified privilege -- 2.7.4