Merge "[Tizen] Replace aul_rsm with screen_connector_provider and enable for only...
[platform/core/uifw/dali-adaptor.git] / adaptors / integration-api / trigger-event-factory-interface.h
index be3cb3e..ebf5c0d 100644 (file)
 #include <dali/public-api/signals/callback.h>
 
 // INTERNAL INCLUDES
+#ifdef DALI_ADAPTOR_COMPILATION
 #include <trigger-event-interface.h>
+#else
+#include <dali/integration-api/adaptors/trigger-event-interface.h>
+#endif
 
 namespace Dali
 {
@@ -44,7 +48,7 @@ public:
    * @note Ownership of callback should be taken over by deriving classes
    */
   virtual TriggerEventInterface* CreateTriggerEvent( CallbackBase* callback,
-                                                     TriggerEventInterface::Options options = TriggerEventInterface::NONE) = 0;
+                                                     TriggerEventInterface::Options options ) = 0;
   /**
    * @brief destroy a trigger event
    * @param triggerEventInterface event to destroy