Merge "Add last clear color API in test gl abstraction." into devel/master
[platform/core/uifw/dali-adaptor.git] / dali / internal / system / windows / trigger-event.h
index b0c198e..6bf2264 100755 (executable)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTERNAL_TRIGGER_EVENT_IMPL_H__
-#define __DALI_INTERNAL_TRIGGER_EVENT_IMPL_H__
+#ifndef DALI_INTERNAL_TRIGGER_EVENT_IMPL_H
+#define DALI_INTERNAL_TRIGGER_EVENT_IMPL_H
 
 /*
-* Copyright (c) 2018 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.
 *
 */
 
-// EXTERNAL INCLUDES\r
-#include <dali/public-api/signals/callback.h>\r
-\r
-// INTERNAL INCLUDES\r
-#include <dali/public-api/dali-adaptor-common.h>\r
-#include <dali/integration-api/trigger-event-interface.h>
+// EXTERNAL INCLUDES
+#include <dali/public-api/signals/callback.h>
+
+// INTERNAL INCLUDES
+#include <dali/public-api/dali-adaptor-common.h>
+#include <dali/integration-api/adaptor-framework/trigger-event-interface.h>
 
 namespace Dali
 {
@@ -74,6 +74,7 @@ private:
 private:
 
   CallbackBase* mCallback;
+  CallbackBase* mSelfCallback;
   int32_t mThreadID;
   TriggerEventInterface::Options mOptions;
 };
@@ -84,4 +85,4 @@ private:
 
 } // namespace Dali
 
-#endif // __DALI_INTERNAL_TRIGGER_EVENT_IMPL_H__
\ No newline at end of file
+#endif // DALI_INTERNAL_TRIGGER_EVENT_IMPL_H
\ No newline at end of file