From cc5e6748344cfd40ab1a7f722e2c6baedf98c793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gehring?= Date: Tue, 11 Oct 2016 03:36:10 -0700 Subject: CommonAPI-D-Bus 3.1.9.1 --- include/CommonAPI/DBus/DBusAddressTranslator.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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 forwards_; std::map backwards_; + std::map compatibility_; + std::map> unversioned_; std::mutex mutex_; -- cgit v1.2.1