Purge underscored header file barriers
[platform/core/uifw/dali-core.git] / dali / devel-api / common / hash.h
index 8a9a722..3d4ae62 100644 (file)
@@ -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