[4.0] When native image is destroyed, It call TriggerEventInterface 69/155669/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 16 Oct 2017 02:22:11 +0000 (11:22 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 16 Oct 2017 02:22:18 +0000 (11:22 +0900)
This reverts commit 133c2dfcc8398169b2a5d36b7e9999f27a6b2a37.

Change-Id: Ib40e51c1920fcf368d6459a7d0f271be21696528

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:
 
   /**