Add to retry to read DUID.
[platform/framework/native/appfw.git] / inc / FSecPrivacyManager.h
index 168ffb1..ad91939 100755 (executable)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2013 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -107,7 +106,7 @@ public:
        Tizen::Base::Collection::IList* GetPrivacyInfoListN(const Tizen::App::PackageId& packageId) const;
 
        /**
-        * Sets the specific privacy setting of a package
+        * Sets a specific privacy setting of a package.
         *
         * @since               2.1
         * @privlevel   platform
@@ -115,11 +114,10 @@ public:
         *
         * @return              An error code
         * @param[in]   packageId                               The package ID
-        * @param[in]   privacyInfo                             The privacy setting to be set
-        *
+        * @param[in]   privacyInfo                             The privacy information to set
         * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_OBJ_NOT_FOUND                 The specified @c packageId is not found in privacy database or @n
-        *                                                                              the package did not be defined to access to the privacy information.
+        *                                                                              the package is not defined to access the privacy information.
         * @exception   E_INVALID_ARG                   The specified @c packageId length is invalid.
         * @exception   E_PRIVILEGE_DENIED              The application does not have the privilege to call this method.
         * @exception   E_SYSTEM                                The method cannot proceed due to a severe system error.