summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schanda <schanda@itestra.de>2013-08-08 15:56:16 +0200
committerJohannes Schanda <schanda@itestra.de>2013-08-08 15:56:16 +0200
commit0ec03e2cef721cc6b5ccf00797ca125c7288f32b (patch)
tree5fc17da4dc12b826af9e0cdc5d80f2b08a4a2c2c
parent793615cee2fb824835b1ee7e6d80bfc89108ea92 (diff)
downloadgenivi-common-api-dbus-runtime-2.0.7.tar.gz
Correct instantiation of internal attribute2.0.7
-rw-r--r--src/CommonAPI/DBus/DBusProxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommonAPI/DBus/DBusProxy.cpp b/src/CommonAPI/DBus/DBusProxy.cpp
index 9946859..1701fe1 100644
--- a/src/CommonAPI/DBus/DBusProxy.cpp
+++ b/src/CommonAPI/DBus/DBusProxy.cpp
@@ -41,7 +41,7 @@ DBusProxy::DBusProxy(const std::string& commonApiAddress,
dbusInterfaceName_(dbusInterfaceName),
dbusProxyStatusEvent_(this),
availabilityStatus_(AvailabilityStatus::UNKNOWN),
- interfaceVersionAttribute_(*this, "getInterfaceVersion"),
+ interfaceVersionAttribute_(*this, "getInterfaceVersion", "uu"),
dbusServiceRegistry_(dbusConnection->getDBusServiceRegistry()) {
const std::string commonApiDomain = split(commonApiAddress, ':')[0];