[Tizen] Fix can't call GetInputMethodContext api issue 16/179316/1 accepted/tizen/unified/20180517.151319 submit/tizen/20180517.063026 submit/tizen/20180517.070612 submit/tizen/20180517.080149
authorxb.teng <xb.teng@samsung.com>
Mon, 14 May 2018 07:59:36 +0000 (15:59 +0800)
committerdongsug.song <dongsug.song@samsung.com>
Thu, 17 May 2018 06:12:26 +0000 (15:12 +0900)
Change-Id: I17130e11cb941b0e780bcec6206e4f55b27adb0d

dali-toolkit/devel-api/controls/text-controls/text-editor-devel.cpp
dali-toolkit/devel-api/controls/text-controls/text-editor-devel.h
dali-toolkit/devel-api/controls/text-controls/text-field-devel.cpp
dali-toolkit/devel-api/controls/text-controls/text-field-devel.h

index 875e270..97ee0fa 100755 (executable)
@@ -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
index fd2d4bb..bf2b106 100755 (executable)
@@ -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.
index c73bb5e..f9b739c 100755 (executable)
@@ -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
index 5075358..0f99c16 100755 (executable)
@@ -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.