Resolve svace issue (non-return API)
[platform/core/uifw/dali-adaptor.git] / dali / internal / system / ubuntu-x11 / widget-controller-x.cpp
index 3c1806a..2596642 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2022 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.
 
 namespace Dali
 {
-
 namespace Internal
 {
-
 namespace Adaptor
 {
-
 WidgetImplUbuntu::WidgetImplUbuntu()
 {
 }
@@ -35,8 +32,31 @@ WidgetImplUbuntu::~WidgetImplUbuntu()
 {
 }
 
-void WidgetImplUbuntu::SetContentInfo( const std::string& contentInfo )
+void WidgetImplUbuntu::SetContentInfo(const std::string& contentInfo)
+{
+}
+
+bool WidgetImplUbuntu::IsKeyEventUsing() const
+{
+  return false;
+}
+
+void WidgetImplUbuntu::SetUsingKeyEvent(bool flag)
+{
+}
+
+void WidgetImplUbuntu::SetInformation(Dali::Window window, const std::string& widgetId)
+{
+}
+
+Dali::Window WidgetImplUbuntu::GetWindow() const
+{
+  return Dali::Window();
+}
+
+std::string WidgetImplUbuntu::GetWidgetId() const
 {
+  return std::string();
 }
 
 } // namespace Adaptor