1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 02:39:23 +02:00

synchronization with native branch

This commit is contained in:
Nikolay Pultsin 2012-02-29 12:45:17 +00:00
parent 6a055fc0ef
commit 533cbfe2f4
2 changed files with 17 additions and 0 deletions

View file

@ -24,8 +24,14 @@
class AndroidUtil {
private:
static JavaVM *ourJavaVM;
public:
static const char * const Class_NativeFormatPlugin;
static const char * const Class_PluginCollection;
static jmethodID SMID_PluginCollection_Instance;
public:
static JNIEnv *getEnv();