merge with master
[platform/framework/native/telephony.git] / src / FTel_TelephonyUtility.h
index af67db3..f6a48bc 100644 (file)
@@ -37,6 +37,9 @@ class String;
 namespace Tizen { namespace Telephony
 {
 
+static const int _HASH_CODE_INITIAL_VALUE = 17;
+static const int _HASH_CODE_COEFFICIENT_VALUE = 37;
+
 struct _ConnectionDeleter
 {
     void operator()(void* pConnection)