Revert "[Tizen] Modify DALI_KEY_H"
[platform/core/uifw/dali-adaptor.git] / dali / public-api / adaptor-framework / key.h
old mode 100644 (file)
new mode 100755 (executable)
index 76ab11e..9a9f10d
@@ -1,8 +1,8 @@
-#ifndef __DALI_KEY_H__
-#define __DALI_KEY_H__
+#ifndef DALI_KEY_H
+#define DALI_KEY_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.
  */
 
 // EXTERNAL INCLUDES
-
 #include <dali/public-api/events/key-event.h>
 
+// INTERNAL INCLUDES
+#include <dali/public-api/dali-adaptor-common.h>
+
 namespace Dali
 {
 /**
@@ -88,11 +90,11 @@ enum KEY
  * @param daliKey Dali key enum
  * @return @c true if the key is matched, @c false if not
  */
-DALI_IMPORT_API bool IsKey( const Dali::KeyEvent& keyEvent, Dali::KEY daliKey);
+DALI_ADAPTOR_API bool IsKey( const Dali::KeyEvent& keyEvent, Dali::KEY daliKey);
 
 /**
  * @}
  */
 } // namespace Dali
 
-#endif // __DALI_KEY_H__
+#endif // DALI_KEY_H