IME Error code is given 38/40938/1
authorSungmin Kwak <sungmin.kwak@samsung.com>
Tue, 21 Apr 2015 00:59:15 +0000 (09:59 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 10 Jun 2015 09:12:39 +0000 (18:12 +0900)
Change-Id: Iba978948da3b2709d6b94977c9507c65d6f8c239

include/inputmethod.h
src/inputmethod.cpp

index f7d08ef..bd611e0 100644 (file)
@@ -47,9 +47,9 @@ typedef enum
     IME_ERROR_NONE = TIZEN_ERROR_NONE, /**< Successful */
     IME_ERROR_INVALID_PARAMETER = TIZEN_ERROR_INVALID_PARAMETER, /**< Invalid parameter */
     IME_ERROR_PERMISSION_DENIED = TIZEN_ERROR_PERMISSION_DENIED, /**< Permission denied */
-    IME_ERROR_NO_CALLBACK_FUNCTION = TIZEN_ERROR_UIX_CLASS | 0x0001, /**< Necessary callback function is not set */
-    IME_ERROR_NOT_RUNNING = TIZEN_ERROR_UIX_CLASS | 0x0002, /**< IME main loop isn't started yet */
-    IME_ERROR_OPERATION_FAILED = TIZEN_ERROR_UIX_CLASS | 0x0003, /**< Operation failed */
+    IME_ERROR_NO_CALLBACK_FUNCTION = TIZEN_ERROR_IME | 0x0001, /**< Necessary callback function is not set */
+    IME_ERROR_NOT_RUNNING = TIZEN_ERROR_IME | 0x0002, /**< IME main loop isn't started yet */
+    IME_ERROR_OPERATION_FAILED = TIZEN_ERROR_IME | 0x0003, /**< Operation failed */
 } ime_error_e;
 
 /**
index 438293d..6919b79 100644 (file)
@@ -14,9 +14,6 @@
  * limitations under the License.
  */
 
-#define Uses_SCIM_ATTRIBUTE
-
-#include <scim.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>