Merge "[Native][25/11/2013][Add]Adding BigInteger class" into tizen
[platform/framework/native/appfw.git] / inc / FSecAccessController.h
index a437d0e..3d66c65 100644 (file)
@@ -54,7 +54,7 @@ public:
         * @exception   E_DATA_NOT_FOUND                The privilege information does not exist.
         * @exception   E_OUT_OF_MEMORY                 The memory is insufficient.
         * @exception   E_PRIVILEGE_DENIED              The application does not have the privilege to call this method.
-     * @exception      E_USER_NOT_CONSENTED    The user blocks an application from calling the method.
+     * @exception      E_USER_NOT_CONSENTED    The user blocks an application from calling this method.
         * @exception   E_SYSTEM                                An unexpected system error has occurred.
         */
        static result CheckPrivilege(int privilege);
@@ -66,10 +66,10 @@ public:
     * @return          An error code
     * @param[in]       privilege                               A string of the specified privilege
     * @exception       E_SUCCESS                               The method is successful and the request is granted.
-    * @exception       E_INVALID_ARG                   The specified @c privilege is invalid privilege string.
+    * @exception       E_INVALID_ARG                   The specified @c privilege is an invalid privilege string.
     * @exception       E_DATA_NOT_FOUND                The privilege information does not exist.
-    * @exception       E_PRIVILEGE_DENIED              The application does not have the privilege to call the method.
-    * @exception       E_USER_NOT_CONSENTED    The user blocks an application from calling the method.
+    * @exception       E_PRIVILEGE_DENIED              The application does not have the privilege to call this method.
+    * @exception       E_USER_NOT_CONSENTED    The user blocks an application from calling this method.
     * @exception       E_SYSTEM                                The method cannot proceed due to a severe system error.
     */
     static result CheckPrivilege(const Tizen::Base::String& privilege);
@@ -86,10 +86,10 @@ public:
     * @param[in]       packageId                                       The package ID
     * @param[in]       privilege                               A string of the specified privilege
     * @exception       E_SUCCESS                               The method is successful and the request is granted.
-    * @exception       E_INVALID_ARG                   The specified @c privilege is invalid privilege string.
+    * @exception       E_INVALID_ARG                   The specified @c privilege is an invalid privilege string.
     * @exception       E_DATA_NOT_FOUND                The privilege information does not exist.
-    * @exception       E_PRIVILEGE_DENIED              The application does not have the privilege to call the method.
-    * @exception       E_USER_NOT_CONSENTED    The user blocks an application from calling the method.
+    * @exception       E_PRIVILEGE_DENIED              The application does not have the privilege to call this method.
+    * @exception       E_USER_NOT_CONSENTED    The user blocks an application from calling this method.
     * @exception       E_SYSTEM                                The method cannot proceed due to a severe system error.
     */
     static result CheckPrivilege(const Tizen::App::PackageId& packageId, const Tizen::Base::String& privilege);
@@ -112,10 +112,11 @@ private:
        AccessController(const AccessController& rhs);
 
     /**
-     * The implementation of this copy assignment operator is intentionally blank and delcared as private to prohibit copying of objects.
+     * The implementation of this copy assignment operator is intentionally blank and declared as private to prohibit copying of objects.
      */
        AccessController& operator =(const AccessController& rhs);
 
+       static void InitIpcClient(void);
        static void Initialize(void);
 
 private: