blob: 993f97e80dc36919dd82bbf010ec07ab3ceb55f6 [file] [log] [blame]
Ken Wakasace9e52a2011-06-18 13:09:55 +09001/*
Ken Wakasa5460ea32012-07-30 16:27:44 +09002 * Copyright (C) 2011, The Android Open Source Project
Ken Wakasa0bbb9172012-07-25 17:51:43 +09003 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
Ken Wakasace9e52a2011-06-18 13:09:55 +090016
17#ifndef LATINIME_JNI_COMMON_H
18#define LATINIME_JNI_COMMON_H
19
20#include "jni.h"
21
22namespace latinime {
23
Yusuke Nojimade2f8422011-09-27 11:15:18 +090024int registerNativeMethods(JNIEnv *env, const char *className, JNINativeMethod *methods,
Ken Wakasace9e52a2011-06-18 13:09:55 +090025 int numMethods);
26
Ken Wakasace9e52a2011-06-18 13:09:55 +090027} // namespace latinime
Ken Wakasace9e52a2011-06-18 13:09:55 +090028#endif // LATINIME_JNI_COMMON_H