Update copyright year to 2015 for public api: core
[platform/core/uifw/dali-core.git] / dali / public-api / events / pan-gesture.h
index 436a0f7..d41b891 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_PAN_GESTURE_H__
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2015 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.
@@ -22,7 +22,7 @@
 #include <dali/public-api/events/gesture.h>
 #include <dali/public-api/math/vector2.h>
 
-namespace Dali DALI_IMPORT_API
+namespace Dali
 {
 
 /**
@@ -40,12 +40,17 @@ namespace Dali DALI_IMPORT_API
  *
  * A pan gesture will continue to be sent to the actor under than initial pan until it ends.
  */
-struct PanGesture: public Gesture
+struct DALI_IMPORT_API PanGesture: public Gesture
 {
   // Construction & Destruction
 
   /**
    * @brief Default Constructor.
+   */
+  PanGesture();
+
+  /**
+   * @brief Constructor.
    *
    * @param[in]  state  The state of the gesture
    */