From 558fda107316d1bdb140cb85187e0c321e355093 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 17 Jun 2005 08:20:34 +0000 Subject: INTEGRATION: CWS sb31 (1.4.4); FILE MERGED 2005/04/07 12:15:45 sb 1.4.4.1: #120220# Cleanup. --- jvmaccess/inc/jvmaccess/virtualmachine.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'jvmaccess/inc') diff --git a/jvmaccess/inc/jvmaccess/virtualmachine.hxx b/jvmaccess/inc/jvmaccess/virtualmachine.hxx index 51308b03b990..254d1ad78c09 100644 --- a/jvmaccess/inc/jvmaccess/virtualmachine.hxx +++ b/jvmaccess/inc/jvmaccess/virtualmachine.hxx @@ -2,9 +2,9 @@ * * $RCSfile: virtualmachine.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2004-11-09 11:49:46 $ + * last change: $Author: obo $ $Date: 2005-06-17 09:20:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,9 +70,8 @@ #else struct JNIEnv; struct JavaVM; -struct JNIEnv; typedef int jint; -typedef void* jobject; +typedef void * jobject; #endif namespace jvmaccess { -- cgit