X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fcommon%2Fhash.h;h=3d4ae6287b29692df8a7ca71877b2dbbef5c0876;hb=baad1726f5f7f05d98da7ca591f24dbe3c49dab2;hp=8a9a722759d31755b63f08abc5b9f5425a87371d;hpb=54385ee556a829f8c83d8bb651446864f6912d19;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/devel-api/common/hash.h b/dali/devel-api/common/hash.h index 8a9a722..3d4ae62 100644 --- a/dali/devel-api/common/hash.h +++ b/dali/devel-api/common/hash.h @@ -1,8 +1,8 @@ -#ifndef __DALI_HASH__ -#define __DALI_HASH__ +#ifndef DALI_HASH +#define DALI_HASH /* - * 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. @@ -37,7 +37,7 @@ enum * @param toHash string to hash * @return hash code */ -DALI_IMPORT_API std::size_t CalculateHash( const std::string& toHash ); +DALI_CORE_API std::size_t CalculateHash( const std::string& toHash ); /** * @brief Create a hash code for 2 strings combined. @@ -46,8 +46,8 @@ DALI_IMPORT_API std::size_t CalculateHash( const std::string& toHash ); * @param string2 second string * @return hash code */ -DALI_IMPORT_API std::size_t CalculateHash( const std::string& string1, const std::string& string2 ); +DALI_CORE_API std::size_t CalculateHash( const std::string& string1, const std::string& string2 ); } // namespace Dali -#endif // __DALI_HASH__ +#endif // DALI_HASH