Add uid attribute of ThemeInfo
[platform/core/appfw/tizen-theme-manager.git] / src / theme / loader / theme_info.h
index e28323b..cc4ff41 100644 (file)
@@ -18,6 +18,7 @@
 #define THEME_LOADER_THEME_INFO_H_
 
 #include <bundle_cpp.h>
+#include <sys/types.h>
 
 #include <map>
 #include <memory>
@@ -34,6 +35,7 @@ class ThemeInfo {
 
   std::string GetId() const;
   std::string GetPkgid() const;
+  uid_t GetUid() const;
   std::string GetVersion() const;
   std::string GetToolVersion() const;
   std::string GetTitle() const;