[Native][25/11/2013][Add]Adding BigInteger class
[platform/framework/native/appfw.git] / inc / FAppPkgPackageAppInfo.h
index 6ec9696..7604bd4 100755 (executable)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -92,7 +91,7 @@ public:
        * @since         2.1
        *
        * @return        The menu icon path of an application, @n
-       *                else an empty string is returned if there is no value @n
+       *                else an empty string is returned if there is no value
        */
        Tizen::Base::String GetAppMenuIconPath(void) const;
 
@@ -102,7 +101,7 @@ public:
        * @since         2.1
        *
        * @return        The setting icon path of an application, @n
-       *                                else an empty string is returned if there is no value @n
+       *                                else an empty string is returned if there is no value
        */
        Tizen::Base::String GetAppSettingIconPath(void) const;
 
@@ -112,7 +111,7 @@ public:
        * @since         2.1
        *
        * @return        The notification icon path of an application, @n
-       *                else an empty string is returned if there is no value @n
+       *                else an empty string is returned if there is no value
        */
        Tizen::Base::String GetAppNotificationIconPath(void) const;
 
@@ -140,8 +139,8 @@ public:
        * @exception    E_SUCCESS                     The method is successful.
        * @exception    E_SYSTEM                      The method cannot proceed due to a severe system error.
        * @remarks
-       *                       - The specific error code can be accessed using the GetLastResult() method.
-       *                       - Application can use the metadata to set app-wide information.
+       *               - The specific error code can be accessed using the GetLastResult() method.
+       *               - Application can use the metadata to set app-wide information.
        */
        Tizen::Base::Collection::IMap* GetAppMetadataListN(void) const;
 
@@ -203,6 +202,7 @@ private:
        friend class _PackageInfoImpl;
        friend class _PackageManagerImpl;
        friend class _PackageParser;
+       friend class _PackageManagerServer;
 
 }; // PackageAppInfo