diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-01-03 11:43:01 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-01-03 11:43:01 +0000 |
commit | 1fe109a1485155b142ad528e9b02ea8caf2a7d93 (patch) | |
tree | b6085c3e6bf7f0edff1fe904ffd67595dcd76f12 /javaunohelper | |
parent | 9fba77ad14aeb5beb5caf009d8b506d21fed9ca8 (diff) |
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.
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/source/vm.hxx | 11 |
1 files changed, 4 insertions, 7 deletions
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 ); } |