[4.0] When native image is destroyed, It call TriggerEventInterface 95/154795/1 accepted/tizen/4.0/unified/20171012.230017 submit/tizen_4.0/20171012.085532 submit/tizen_4.0/20171012.091159 submit/tizen_4.0/20171014.001058 tizen_4.0.IoT.p1_release
authortaeyoon0.lee <taeyoon0.lee@samsung.com>
Wed, 11 Oct 2017 08:32:41 +0000 (17:32 +0900)
committertaeyoon0.lee <taeyoon0.lee@samsung.com>
Wed, 11 Oct 2017 08:32:52 +0000 (17:32 +0900)
This reverts commit ec726413586c8e080cd7590260c4a776c7dfb32b.

Change-Id: I3be243ea94800af14bdf16e8a39bb5bb0b9c3996

dali/devel-api/images/native-image-interface-extension.h

index dfc60d4..0cade82 100644 (file)
@@ -64,6 +64,12 @@ public:
     return NULL;
   }
 
+  /*
+   * @brief When native image is destroyed, Call TriggerEventInterface callback.
+   *
+   */
+  virtual void SetDestructorNotification(void* notification) = 0;
+
 protected:
 
   /**