Merge "[AT-SPI] Update test DBusWrapper for ABI compatibility" into devel/master
authorArtur Świgoń <a.swigon@samsung.com>
Tue, 12 Jul 2022 07:53:54 +0000 (07:53 +0000)
committerGerrit Code Review <gerrit@review>
Tue, 12 Jul 2022 07:53:54 +0000 (07:53 +0000)
automated-tests/src/dali-toolkit-internal/dali-toolkit-test-utils/dbus-wrapper.h

index e44aa56..d3f4e25 100644 (file)
@@ -125,6 +125,8 @@ struct DBusWrapper
   virtual ObjectPtr eldbus_object_get_impl( const ConnectionPtr &conn, const std::string &bus, const std::string &path ) = 0;
   virtual ProxyPtr eldbus_proxy_get_impl( const ObjectPtr &obj, const std::string &interface ) = 0;
   virtual ProxyPtr eldbus_proxy_copy_impl( const ProxyPtr &ptr) = 0;
+  virtual void eldbus_name_request_impl(const ConnectionPtr&, const std::string&) {} // no-op
+  virtual void eldbus_name_release_impl(const ConnectionPtr&, const std::string&) {} // no-op
 
   class StringStorage
   {