Refactoring Gestures Class
[platform/core/uifw/dali-core.git] / dali / public-api / events / pinch-gesture-detector.h
index 33b4e9f..9daf911 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_PINCH_GESTURE_DETECTOR_H__
-#define __DALI_PINCH_GESTURE_DETECTOR_H__
+#ifndef DALI_PINCH_GESTURE_DETECTOR_H
+#define DALI_PINCH_GESTURE_DETECTOR_H
 
 /*
- * Copyright (c) 2015 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.
@@ -34,7 +34,7 @@ namespace Internal DALI_INTERNAL
 class PinchGestureDetector;
 }
 
-struct PinchGesture;
+class PinchGesture;
 
 /**
  * @brief This class looks for pinching gestures involving two touches.
@@ -58,7 +58,7 @@ struct PinchGesture;
  * |----------------|-----------------------|
  * | pinchDetected  | @ref DetectedSignal() |
  */
-class DALI_IMPORT_API PinchGestureDetector : public GestureDetector
+class DALI_CORE_API PinchGestureDetector : public GestureDetector
 {
 public: // Typedefs
 
@@ -156,4 +156,4 @@ public: // Not intended for Application developers
  */
 } // namespace Dali
 
-#endif // __DALI_PINCH_GESTURE_DETECTOR_H__
+#endif // DALI_PINCH_GESTURE_DETECTOR_H