summaryrefslogtreecommitdiff
path: root/jvmaccess
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-12 09:43:49 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-12 09:43:49 +0000
commita5d16e5a7e4882665ffe5098da1a0b6a544e35d6 (patch)
tree34de5bcd7935dad8473394330e9f25bef6c15c9a /jvmaccess
parenta31308086b90c00974a9d6a2915e3576fa119ffe (diff)
INTEGRATION: CWS sb36 (1.5.4); FILE MERGED
2005/09/21 12:13:08 sb 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/15 07:26:00 sb 1.5.4.1: #i51803# New jvmaccess::ClassPath: helper functions for class path handling.
Diffstat (limited to 'jvmaccess')
-rw-r--r--jvmaccess/util/msvc_win32_intel.map7
1 files changed, 7 insertions, 0 deletions
diff --git a/jvmaccess/util/msvc_win32_intel.map b/jvmaccess/util/msvc_win32_intel.map
index 49e3bba2023c..7f4db33f146e 100644
--- a/jvmaccess/util/msvc_win32_intel.map
+++ b/jvmaccess/util/msvc_win32_intel.map
@@ -28,3 +28,10 @@ UDK_3.3 {
?getVirtualMachine@UnoVirtualMachine@jvmaccess@@QBE?AV?$Reference@VVirtualMachine@jvmaccess@@@rtl@@XZ; # jvmaccess::UnoVirtualMachine::getVirtualMachine() const
?getClassLoader@UnoVirtualMachine@jvmaccess@@QBEPAXXZ; # jvmaccess::UnoVirtualMachine::getClassLoader() const
} UDK_3.2;
+
+UDK_3.4 {
+ global:
+ # jvmaccess/classpath.hxx:
+ ?doLoadClass@ClassPath@jvmaccess@@CAPAXABV?$Reference@VXComponentContext@uno@star@sun@com@@@uno@star@sun@com@@PAUJNIEnv_@@ABVOUString@rtl@@2@Z; # jvmaccess::ClassPath::doLoadClass(com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > const &, JNIEnv *, rtl::OUString const &, rtl::OUString const &)
+ ?doTranslateToUrls@ClassPath@jvmaccess@@CAPAXABV?$Reference@VXComponentContext@uno@star@sun@com@@@uno@star@sun@com@@PAUJNIEnv_@@ABVOUString@rtl@@@Z; # jvmaccess::ClassPath::doTranslateToUrls(com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > const &, JNIEnv *, rtl::OUString const &)
+} UDK_3.3;