Seperate the API macros
[platform/core/uifw/dali-core.git] / dali / devel-api / common / hash.h
index 8a9a722..66b514d 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_HASH__
 
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 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,7 +46,7 @@ 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