fix build error 00/101300/1 submit/tizen_3.0/20161130.132739
authorjongmyeongko <jongmyeong.ko@samsung.com>
Wed, 30 Nov 2016 15:01:47 +0000 (00:01 +0900)
committerjongmyeongko <jongmyeong.ko@samsung.com>
Wed, 30 Nov 2016 15:01:47 +0000 (00:01 +0900)
- this override function will be used.

Change-Id: I7d28e1e8b0dbf98dda4482eb8bbbe62390f50eab
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
src/wgt/wgt_app_query_interface.cc
src/wgt/wgt_app_query_interface.h

index be08ae1..8c75226 100644 (file)
@@ -127,4 +127,8 @@ bool WgtAppQueryInterface::IsHybridApplication(const std::string& arg,
   return false;
 }
 
+std::string WgtAppQueryInterface::GetPkgId(const std::string& arg) {
+  return GetPkgIdFromPath(arg);
+}
+
 }  // namespace wgt
index fe075fe..c7ca0ea 100644 (file)
@@ -35,6 +35,8 @@ class WgtAppQueryInterface : public common_installer::AppQueryInterface {
    * \return true if package is hybrid
    */
   bool IsHybridApplication(const std::string& arg, uid_t uid);
+
+  std::string GetPkgId(const std::string& arg) override;
 };
 
 }  // namespace wgt