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

JavaClass class + first usage

This commit is contained in:
Nikolay Pultsin 2012-03-30 20:20:29 +01:00
parent 86a07a0d1b
commit ab83e1a79a
4 changed files with 58 additions and 9 deletions

View file

@ -27,6 +27,7 @@
#include <shared_ptr.h>
class JavaClass;
class VoidMethod;
class IntMethod;
class LongMethod;
@ -44,7 +45,7 @@ private:
static JavaVM *ourJavaVM;
public:
static const char * const Class_java_lang_String;
static shared_ptr<JavaClass> Class_java_lang_String;
static const char * const Class_java_util_Collection;
static const char * const Class_java_util_Locale;
static const char * const Class_java_io_InputStream;