[dali_2.3.42] Merge branch 'devel/master'
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / event-feeder.h
index 8bc3782..20817d6 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_EVENT_FEEDER_H_
-#define __DALI_EVENT_FEEDER_H_
+#ifndef DALI_EVENT_FEEDER_H
+#define DALI_EVENT_FEEDER_H
 
 /*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 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.
 
 namespace Dali
 {
-
-struct KeyEvent;
-struct WheelEvent;
+class WheelEvent;
+class KeyEvent;
 struct TouchPoint;
 
 namespace EventFeeder
 {
-
 /**
  * Feed a touch point to the adaptor.
  *
@@ -39,7 +37,7 @@ namespace EventFeeder
  *
  * @note For testing/automation purposes only.
  */
-DALI_ADAPTOR_API void FeedTouchPoint( TouchPoint& point, int timeStamp );
+DALI_ADAPTOR_API void FeedTouchPoint(TouchPoint& point, int timeStamp);
 
 /**
  * Feed a wheel event to the adaptor.
@@ -48,7 +46,7 @@ DALI_ADAPTOR_API void FeedTouchPoint( TouchPoint& point, int timeStamp );
  *
  * @note For testing/automation purposes only.
  */
-DALI_ADAPTOR_API void FeedWheelEvent( WheelEvent& wheelEvent );
+DALI_ADAPTOR_API void FeedWheelEvent(WheelEvent& wheelEvent);
 
 /**
  * Feed a key event to the adaptor.
@@ -57,10 +55,10 @@ DALI_ADAPTOR_API void FeedWheelEvent( WheelEvent& wheelEvent );
  *
  * @note For testing/automation purposes only.
  */
-DALI_ADAPTOR_API void FeedKeyEvent( KeyEvent& keyEvent );
+DALI_ADAPTOR_API void FeedKeyEvent(KeyEvent& keyEvent);
 
 } // namespace EventFeeder
 
 } // namespace Dali
 
-#endif // __DALI_EVENT_FEEDER_H_
+#endif // DALI_EVENT_FEEDER_H