[dali_2.3.42] Merge branch 'devel/master'
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / proxy-accessible.h
index 33e6b1b..830de16 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_ADAPTOR_PROXY_ACCESSIBLE_H
 
 /*
- * Copyright (c) 2021 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2024 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -64,6 +64,11 @@ public:
     return "";
   }
 
+  std::string GetValue() const override
+  {
+    return "";
+  }
+
   Accessible* GetParent() override
   {
     return mParent;
@@ -129,7 +134,7 @@ public:
     return {};
   }
 
-  Dali::Actor GetInternalActor() override
+  Dali::Actor GetInternalActor() const override
   {
     return Dali::Actor{};
   }