From bcafa3b79c5344d96b560a3f33177db64e75bb21 Mon Sep 17 00:00:00 2001 From: "xb.teng" Date: Mon, 14 May 2018 15:59:36 +0800 Subject: [PATCH] [Tizen] Fix can't call GetInputMethodContext api issue Change-Id: I17130e11cb941b0e780bcec6206e4f55b27adb0d --- .../devel-api/controls/text-controls/text-editor-devel.cpp | 9 ++------- .../devel-api/controls/text-controls/text-editor-devel.h | 2 +- .../devel-api/controls/text-controls/text-field-devel.cpp | 7 +------ dali-toolkit/devel-api/controls/text-controls/text-field-devel.h | 2 +- 4 files changed, 5 insertions(+), 15 deletions(-) diff --git a/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.cpp b/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.cpp index 875e270..97ee0fa 100755 --- a/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.cpp +++ b/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.cpp @@ -1,8 +1,5 @@ -#ifndef DALI_TOOLKIT_TEXT_EDITOR_DEVEL_H -#define DALI_TOOLKIT_TEXT_EDITOR_DEVEL_H - /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 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. @@ -40,6 +37,4 @@ InputMethodContext GetInputMethodContext( TextEditor textEditor ) } // namespace Toolkit -} // namespace Dali - -#endif // DALI_TOOLKIT_TEXT_EDITOR_DEVEL_H +} // namespace Dali \ No newline at end of file diff --git a/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h b/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h index fd2d4bb..bf2b106 100755 --- a/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h +++ b/dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_EDITOR_DEVEL_H /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 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. diff --git a/dali-toolkit/devel-api/controls/text-controls/text-field-devel.cpp b/dali-toolkit/devel-api/controls/text-controls/text-field-devel.cpp index c73bb5e..f9b739c 100755 --- a/dali-toolkit/devel-api/controls/text-controls/text-field-devel.cpp +++ b/dali-toolkit/devel-api/controls/text-controls/text-field-devel.cpp @@ -1,8 +1,5 @@ -#ifndef DALI_TOOLKIT_TEXT_FIELD_DEVEL_H -#define DALI_TOOLKIT_TEXT_FIELD_DEVEL_H - /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 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. @@ -41,5 +38,3 @@ InputMethodContext GetInputMethodContext( TextField textField ) } // namespace Toolkit } // namespace Dali - -#endif // DALI_TOOLKIT_TEXT_FIELD_DEVEL_H diff --git a/dali-toolkit/devel-api/controls/text-controls/text-field-devel.h b/dali-toolkit/devel-api/controls/text-controls/text-field-devel.h index 5075358..0f99c16 100755 --- a/dali-toolkit/devel-api/controls/text-controls/text-field-devel.h +++ b/dali-toolkit/devel-api/controls/text-controls/text-field-devel.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_FIELD_DEVEL_H /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 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. -- 2.7.4