Revert "[Tizen] Implement partial update"
[platform/core/uifw/dali-adaptor.git] / dali / integration-api / trigger-event-factory.h
index 62f4a7a..d2630ee 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_H__
-#define __DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_H__
+#ifndef DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_H
+#define DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_H
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
  */
 
 // INTERNAL INCLUDES
-#include <dali/public-api/common/dali-common.h>
+#include <dali/public-api/dali-adaptor-common.h>
 #ifdef DALI_ADAPTOR_COMPILATION
 #include <dali/integration-api/trigger-event-factory-interface.h>
 #else
@@ -33,7 +33,7 @@ namespace Dali
  * @brief Trigger interface factory class
  *
  */
-class DALI_IMPORT_API TriggerEventFactory : public TriggerEventFactoryInterface
+class DALI_ADAPTOR_API TriggerEventFactory : public TriggerEventFactoryInterface
 {
 
 public:
@@ -67,4 +67,4 @@ public:
 
 } // namespace Dali
 
-#endif // __DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_H__
+#endif // DALI_INTEGRATION_TRIGGER_EVENT_FACTORY_H