Add OnTheneUnloaded at IThemeEvent
authorJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 14 May 2020 23:40:44 +0000 (08:40 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Mon, 25 May 2020 04:28:15 +0000 (13:28 +0900)
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/theme/loader/theme_event.h

index b1e3d4e..a194f0a 100644 (file)
@@ -28,6 +28,7 @@ class IThemeEvent {
   virtual ~IThemeEvent() = default;
   virtual void OnThemeLoaded(const ThemeInfo,
       const tizen_base::Bundle& args) = 0;
+  virtual void OnTheneUnloaded(const std::string& id) = 0;
 };
 
 }  // namespace loader