[AT-SPI] Override IsProxy in ProxyAccessible 00/273900/4
authorArtur Świgoń <a.swigon@samsung.com>
Fri, 15 Apr 2022 12:50:05 +0000 (14:50 +0200)
committerArtur Świgoń <a.swigon@samsung.com>
Fri, 22 Apr 2022 13:41:40 +0000 (15:41 +0200)
Change-Id: I140f09d1deaf9f2805a89a65517181a664f519bc

dali/devel-api/adaptor-framework/proxy-accessible.h

index e60c7e1..241eb36 100644 (file)
@@ -104,6 +104,11 @@ public:
     return {};
   }
 
+  bool IsProxy() const override
+  {
+    return true;
+  }
+
   Address GetAddress() const override
   {
     return mAddress;