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:
parent
4eb420ecaa
commit
f6452297c7
5 changed files with 38 additions and 2 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue