[Tizen] Add DALi Autofill implementation
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / tilt-sensor.h
old mode 100644 (file)
new mode 100755 (executable)
index e24b910..631f9e6
@@ -1,8 +1,8 @@
-#ifndef __DALI_TILT_SENSOR_H__
-#define __DALI_TILT_SENSOR_H__
+#ifndef DALI_TILT_SENSOR_H
+#define DALI_TILT_SENSOR_H
 
 /*
- * Copyright (c) 2015 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.
@@ -22,6 +22,9 @@
 #include <dali/public-api/object/base-handle.h>
 #include <dali/public-api/signals/dali-signal.h>
 
+// INTERNAL INCLUDES
+#include <dali/public-api/dali-adaptor-common.h>
+
 namespace Dali
 {
 
@@ -75,7 +78,7 @@ class TiltSensor;
  *
  * @endcode
  */
-class DALI_IMPORT_API TiltSensor : public BaseHandle
+class DALI_ADAPTOR_API TiltSensor : public BaseHandle
 {
 public:
 
@@ -197,4 +200,4 @@ public: // Not intended for application developers
 
 } // namespace Dali
 
-#endif // __DALI_TILT_SENSOR_H__
+#endif // DALI_TILT_SENSOR_H