summaryrefslogtreecommitdiff
path: root/src/components/config_profile/src/profile.cc
diff options
context:
space:
mode:
authordtrunov <dtrunov@luxoft.com>2015-06-12 12:00:51 +0300
committerdtrunov <dtrunov@luxoft.com>2015-08-03 14:05:58 +0300
commitff61092590c2d0f2fcdec451aa3b9b789b5e5906 (patch)
tree84602388a26ad0db4a133fdd859fc0e4c38a0d2d /src/components/config_profile/src/profile.cc
parentfa528a8b70de910343cda6b795fd0a935a05ad6b (diff)
downloadsdl_core-ff61092590c2d0f2fcdec451aa3b9b789b5e5906.tar.gz
fixed comment after review
Diffstat (limited to 'src/components/config_profile/src/profile.cc')
-rw-r--r--src/components/config_profile/src/profile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/config_profile/src/profile.cc b/src/components/config_profile/src/profile.cc
index 9f2c58dd49..c5cf16dd1b 100644
--- a/src/components/config_profile/src/profile.cc
+++ b/src/components/config_profile/src/profile.cc
@@ -521,7 +521,7 @@ const std::string& Profile::app_info_storage() const {
return app_info_storage_;
}
-int32_t Profile::heart_beat_timeout() const {
+uint32_t Profile::heart_beat_timeout() const {
return heart_beat_timeout_;
}