summaryrefslogtreecommitdiff
path: root/include/CommonAPI/DBus/DBusConfig.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/CommonAPI/DBus/DBusConfig.hpp')
-rw-r--r--include/CommonAPI/DBus/DBusConfig.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/CommonAPI/DBus/DBusConfig.hpp b/include/CommonAPI/DBus/DBusConfig.hpp
index dae6b7a..cb07461 100644
--- a/include/CommonAPI/DBus/DBusConfig.hpp
+++ b/include/CommonAPI/DBus/DBusConfig.hpp
@@ -15,8 +15,7 @@
namespace CommonAPI {
namespace DBus {
-static const Timeout_t DEFAULT_SEND_TIMEOUT_MS = 5000;
-static CommonAPI::CallInfo defaultCallInfo(DEFAULT_SEND_TIMEOUT_MS);
+static CommonAPI::CallInfo defaultCallInfo(CommonAPI::DEFAULT_SEND_TIMEOUT_MS);
} // namespace DBus
} // namespace CommonAPI