diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 10:01:27 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 10:01:27 +0000 |
commit | 23e02df17665eec968ca3c9257d1453a50d5fe29 (patch) | |
tree | c3ddbc5b6e28826afb1c74589e63bfb9bd5834ce /jvmaccess/util | |
parent | cecc0bd069ee7bcc193af42a413db7d8daa29133 (diff) |
INTEGRATION: CWS mingwport04 (1.2.2); FILE MERGED
2007/04/17 15:13:54 vg 1.2.2.1: #i75844# MinGW port efforts part 2
Diffstat (limited to 'jvmaccess/util')
-rw-r--r-- | jvmaccess/util/mingw.map | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/jvmaccess/util/mingw.map b/jvmaccess/util/mingw.map index 907feb187..0f4e38792 100644 --- a/jvmaccess/util/mingw.map +++ b/jvmaccess/util/mingw.map @@ -4,9 +4,9 @@ # # $RCSfile: mingw.map,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: vg $ $Date: 2007-03-26 14:36:26 $ +# last change: $Author: vg $ $Date: 2007-05-25 11:01:27 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -70,6 +70,9 @@ UDK_3_0_0 { _ZN9jvmaccess17UnoVirtualMachineC2ERKN3rtl9ReferenceINS_14VirtualMachineEEEPv; # jvmaccess::UnoVirtualMachine::UnoVirtualMachine(rtl::Reference< jvmaccess::VirtualMachine > const &, void *) _ZNK9jvmaccess17UnoVirtualMachine17getVirtualMachineEv; # jvmaccess::UnoVirtualMachine::getVirtualMachine() const _ZNK9jvmaccess17UnoVirtualMachine14getClassLoaderEv; # jvmaccess::UnoVirtualMachine::getClassLoader() const + # jvmaccess/classpath.hxx: + _ZN9jvmaccess9ClassPath11doLoadClassERKN3com3sun4star3uno9ReferenceINS4_17XComponentContextEEEP7JNIEnv_RKN3rtl8OUStringESF_; # jvmaccess::ClassPath::doLoadClass(com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > const &, JNIEnv *, rtl::OUString const &, rtl::OUString const &) + _ZN9jvmaccess9ClassPath17doTranslateToUrlsERKN3com3sun4star3uno9ReferenceINS4_17XComponentContextEEEP7JNIEnv_RKN3rtl8OUStringE; # jvmaccess::ClassPath::doTranslateToUrls(com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > const &, JNIEnv *, rtl::OUString const &) local: *; |