X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fadaptor-framework%2Fkey.h;h=9a9f10dc60ea4abf613a0b6209f02826dbac4fcb;hb=a0dc665fe350c8837329f4d119c2c304adaf3aa8;hp=76ab11e0d5b83235412a3041b491c96c19898c69;hpb=761f75cd51351b7a4e072130f4a2ad0b3e3231bb;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/public-api/adaptor-framework/key.h b/dali/public-api/adaptor-framework/key.h old mode 100644 new mode 100755 index 76ab11e..9a9f10d --- a/dali/public-api/adaptor-framework/key.h +++ b/dali/public-api/adaptor-framework/key.h @@ -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. @@ -19,9 +19,11 @@ */ // EXTERNAL INCLUDES - #include +// INTERNAL INCLUDES +#include + 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