Remove the wearable definition in Makefile.am
[platform/core/uifw/dali-adaptor.git] / adaptors / integration-api / trigger-event-interface.h
index 7dd3287..c6c1eaa 100644 (file)
@@ -38,7 +38,7 @@ public:
    */
   enum Options
   {
-    NONE,
+    KEEP_ALIVE_AFTER_TRIGGER,
     DELETE_AFTER_TRIGGER,  // automatically delete the trigger event object, after Trigger() is called.
   };