Beta merge 2
[profile/ivi/wrt-plugins-tizen.git] / src / platform / API / Account / EventAccount.cpp
index 005b66c..78bde02 100755 (executable)
@@ -120,13 +120,13 @@ void EventAccount::setEnabled(bool &value)
     m_enabled = value;
 }
 
-unsigned long EventAccount::getCredentailId() const
+std::string EventAccount::getCredentailId() const
 {
     LogDebug("entered");
     return m_credentialId;
 }
 
-void EventAccount::setCredentailId(unsigned long &value)
+void EventAccount::setCredentailId(const std::string &value)
 {
     LogDebug("entered");
     m_credentialId = value;
@@ -140,7 +140,7 @@ std::string EventAccount::getSettings() const
 
 void EventAccount::setSettings(const std::string &value)
 {
-    LogDebug("entered");
+    LogDebug("<<< value:[" << value << "]");
     m_settings = value;
 }