Fix description 77/160477/1
authorSeungha Son <seungha.son@samsung.com>
Fri, 3 Nov 2017 05:25:57 +0000 (14:25 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 16 Nov 2017 08:17:43 +0000 (17:17 +0900)
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: I204507e8d78a8fc3fbe7f3986db58aa8eecd45b8

src/common/pkgmgr_query.h

index f815414..ed360f6 100644 (file)
@@ -59,17 +59,13 @@ class PkgQueryInterface {
   /**
    * \brief Checks if given package is global package.
    *
-   * \param request_mode request mode
-   *
-   * \return t true if package is global package
+   * \return true if package is global package
    */
   bool IsGlobalPackage();
 
   /**
    * \brief Checks if given package is readonly package.
    *
-   * \param request_mode request mode
-   *
    * \return true if package is readonly
    */
   bool IsReadonlyPackage();
@@ -77,8 +73,6 @@ class PkgQueryInterface {
   /**
    * \brief Checks if given package is updated package.
    *
-   * \param request_mode request mode
-   *
    * \return true if package is updated
    */
   bool IsUpdatedPackage();
@@ -86,8 +80,6 @@ class PkgQueryInterface {
   /**
    * \brief Checks if given package is preloaded package.
    *
-   * \param request_mode request mode
-   *
    * \return true if package is preloaded
    */
   bool IsPreloadPackage();