1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 02:09:35 +02:00

synchronization with native branch

This commit is contained in:
Nikolay Pultsin 2012-03-01 03:12:48 +00:00
parent 4eb420ecaa
commit f6452297c7
5 changed files with 38 additions and 2 deletions

View file

@ -77,6 +77,8 @@ public:
static bool extractJavaString(JNIEnv *env, jstring from, std::string &to);
static jstring createJavaString(JNIEnv* env, const std::string &str);
static std::string convertNonUtfString(const std::string &str);
static void throwRuntimeException(JNIEnv *env, const std::string &message);
};
#endif /* __ANDROIDUTIL_H__ */