aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2013-04-02 18:09:29 -0700
committerBrian Carlstrom <bdc@google.com>2013-05-10 08:48:03 -0700
commitdc176c52952dbbd4bcf717821e09f1b5446df37e (patch)
tree08150b2171933d357b4e37b1f2339638a1d22bce /include
parent2a7250b5330daa8191106a53dc46d2310b2f4f16 (diff)
downloadplatform_libnativehelper-dc176c52952dbbd4bcf717821e09f1b5446df37e.tar.gz
platform_libnativehelper-dc176c52952dbbd4bcf717821e09f1b5446df37e.tar.bz2
platform_libnativehelper-dc176c52952dbbd4bcf717821e09f1b5446df37e.zip
Move jniGetReferent to use JniConstants
Change-Id: Ia99480728245c770169d388f63fae6bcde6ba2cc
Diffstat (limited to 'include')
-rw-r--r--include/nativehelper/JniConstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nativehelper/JniConstants.h b/include/nativehelper/JniConstants.h
index f11ec9c..6b8731a 100644
--- a/include/nativehelper/JniConstants.h
+++ b/include/nativehelper/JniConstants.h
@@ -75,6 +75,7 @@ struct JniConstants {
static jclass parsePositionClass;
static jclass patternSyntaxExceptionClass;
static jclass realToStringClass;
+ static jclass referenceClass;
static jclass shortClass;
static jclass socketClass;
static jclass socketImplClass;