aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/jni_common.cpp
diff options
context:
space:
mode:
authorYuichiro Hanada <yhanada@google.com>2013-08-20 01:39:03 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-20 01:39:03 -0700
commitad531fd2650b92461acd13e6ee776c13529885d5 (patch)
tree5a5a6aa33397319fc1df03fd8c0bbf78394103cf /native/jni/jni_common.cpp
parent19c0b5b27633704377b777571b33562db17b9fca (diff)
parent112257e40f6f6d914fac1c3a45f39a770693b386 (diff)
downloadlatinime-ad531fd2650b92461acd13e6ee776c13529885d5.tar.gz
latinime-ad531fd2650b92461acd13e6ee776c13529885d5.tar.xz
latinime-ad531fd2650b92461acd13e6ee776c13529885d5.zip
am 112257e4: Rename BinaryDictDecoder to Ver3DictDecoder.
* commit '112257e40f6f6d914fac1c3a45f39a770693b386': Rename BinaryDictDecoder to Ver3DictDecoder.
Diffstat (limited to 'native/jni/jni_common.cpp')
-rw-r--r--native/jni/jni_common.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/native/jni/jni_common.cpp b/native/jni/jni_common.cpp
index d44be6705..3a8f4362d 100644
--- a/native/jni/jni_common.cpp
+++ b/native/jni/jni_common.cpp
@@ -23,7 +23,7 @@
#include "com_android_inputmethod_latin_BinaryDictionary.h"
#include "com_android_inputmethod_latin_DicTraverseSession.h"
#endif
-#include "com_android_inputmethod_latin_makedict_BinaryDictDecoder.h"
+#include "com_android_inputmethod_latin_makedict_Ver3DictDecoder.h"
#include "defines.h"
/*
@@ -55,8 +55,8 @@ jint JNI_OnLoad(JavaVM *vm, void *reserved) {
return -1;
}
#endif
- if (!latinime::register_BinaryDictDecoder(env)) {
- AKLOGE("ERROR: BinaryDictDecoder native registration failed");
+ if (!latinime::register_Ver3DictDecoder(env)) {
+ AKLOGE("ERROR: Ver3DictDecoder native registration failed");
return -1;
}
/* success -- return valid version number */