summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJürgen Gehring <Juergen.Gehring@bmw.de>2016-10-11 03:36:10 -0700
committerJürgen Gehring <Juergen.Gehring@bmw.de>2016-10-11 03:36:10 -0700
commitcc5e6748344cfd40ab1a7f722e2c6baedf98c793 (patch)
treef69541d016968296f44ad21b260d31039132b8cd /include
parent8518d74e952ff0dbbb430e944fc3bee1b879f881 (diff)
downloadgenivi-common-api-dbus-runtime-cc5e6748344cfd40ab1a7f722e2c6baedf98c793.tar.gz
CommonAPI-D-Bus 3.1.9.13.1.9.1
Diffstat (limited to 'include')
-rw-r--r--include/CommonAPI/DBus/DBusAddressTranslator.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/CommonAPI/DBus/DBusAddressTranslator.hpp b/include/CommonAPI/DBus/DBusAddressTranslator.hpp
index ef95905..b3b0dde 100644
--- a/include/CommonAPI/DBus/DBusAddressTranslator.hpp
+++ b/include/CommonAPI/DBus/DBusAddressTranslator.hpp
@@ -53,6 +53,8 @@ private:
COMMONAPI_EXPORT bool isValid(const std::string &, const char,
bool = false, bool = false, bool = false) const;
+ COMMONAPI_EXPORT bool isValidVersion(const std::string &) const;
+
private:
bool isDefault_;
@@ -61,6 +63,8 @@ private:
std::map<CommonAPI::Address, DBusAddress> forwards_;
std::map<DBusAddress, CommonAPI::Address> backwards_;
+ std::map<std::string, std::string> compatibility_;
+ std::map<CommonAPI::Address, std::tuple<std::string, std::string, std::string>> unversioned_;
std::mutex mutex_;