From 1fe109a1485155b142ad528e9b02ea8caf2a7d93 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 3 Jan 2006 11:43:01 +0000 Subject: INTEGRATION: CWS sb44 (1.3.16); FILE MERGED 2005/12/12 16:00:07 sb 1.3.16.1: #i51419# Transport complete jvmaccess::UnoVirtualMachine instance including UNO class loader from juh to javavm service. --- javaunohelper/source/vm.hxx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'javaunohelper') diff --git a/javaunohelper/source/vm.hxx b/javaunohelper/source/vm.hxx index d8baefac5f83..d643d4bb9ec9 100644 --- a/javaunohelper/source/vm.hxx +++ b/javaunohelper/source/vm.hxx @@ -4,9 +4,9 @@ * * $RCSfile: vm.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:43:31 $ + * last change: $Author: kz $ $Date: 2006-01-03 12:43:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,10 +52,7 @@ namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } } -namespace jvmaccess { - class UnoVirtualMachine; - class VirtualMachine; -} +namespace jvmaccess { class UnoVirtualMachine; } namespace javaunohelper { @@ -66,7 +63,7 @@ namespace javaunohelper { install_vm_singleton( ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xContext, - ::rtl::Reference< ::jvmaccess::VirtualMachine > const & vm_access ); + ::rtl::Reference< ::jvmaccess::UnoVirtualMachine > const & vm_access ); } -- cgit