Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
04a290b1
Kaydet (Commit)
04a290b1
authored
Eki 09, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vendorplugin.h is jvmfwk-internal (and no need for extern "C")
Change-Id: I954f789d5850e8016f5900812f9aa99be2416ce4
üst
0ef36a8d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
20 deletions
+11
-20
Library_jvmfwk.mk
jvmfwk/Library_jvmfwk.mk
+5
-0
vendorplugin.hxx
jvmfwk/inc/vendorplugin.hxx
+2
-12
sunjavaplugin.cxx
jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
+1
-5
framework.cxx
jvmfwk/source/framework.cxx
+1
-1
framework.hxx
jvmfwk/source/framework.hxx
+2
-2
No files found.
jvmfwk/Library_jvmfwk.mk
Dosyayı görüntüle @
04a290b1
...
@@ -19,6 +19,11 @@ $(eval $(call gb_Library_add_defs,jvmfwk,\
...
@@ -19,6 +19,11 @@ $(eval $(call gb_Library_add_defs,jvmfwk,\
))
))
endif
endif
$(eval $(call gb_Library_set_include,jvmfwk,\
-I$(SRCDIR)/jvmfwk/inc \
$$(INCLUDE) \
))
$(eval $(call gb_Library_use_api,jvmfwk,\
$(eval $(call gb_Library_use_api,jvmfwk,\
udkapi \
udkapi \
))
))
...
...
include/jvmfwk/vendorplugin.h
→
jvmfwk/inc/vendorplugin.hxx
Dosyayı görüntüle @
04a290b1
...
@@ -18,18 +18,13 @@
...
@@ -18,18 +18,13 @@
*/
*/
/** @HTML */
/** @HTML */
#ifndef INCLUDED_JVMFWK_
VENDORPLUGIN_H
#ifndef INCLUDED_JVMFWK_
INC_VENDORPLUGIN_HXX
#define INCLUDED_JVMFWK_
VENDORPLUGIN_H
#define INCLUDED_JVMFWK_
INC_VENDORPLUGIN_HXX
#include <jvmfwk/framework.h>
#include <jvmfwk/framework.h>
#include <rtl/ustring.h>
#include <rtl/ustring.h>
#include "jni.h"
#include "jni.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/**
/**
@file
@file
<p>
<p>
...
@@ -247,11 +242,6 @@ javaPluginError jfw_plugin_startJavaVirtualMachine(
...
@@ -247,11 +242,6 @@ javaPluginError jfw_plugin_startJavaVirtualMachine(
*/
*/
javaPluginError
jfw_plugin_existJRE
(
const
JavaInfo
*
pInfo
,
sal_Bool
*
exist
);
javaPluginError
jfw_plugin_existJRE
(
const
JavaInfo
*
pInfo
,
sal_Bool
*
exist
);
#ifdef __cplusplus
}
#endif
#endif
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
Dosyayı görüntüle @
04a290b1
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
#include "jni.h"
#include "jni.h"
#include "rtl/byteseq.hxx"
#include "rtl/byteseq.hxx"
#include "
jvmfwk/vendorplugin.h
"
#include "
vendorplugin.hxx
"
#include "util.hxx"
#include "util.hxx"
#include "sunversion.hxx"
#include "sunversion.hxx"
#include "vendorlist.hxx"
#include "vendorlist.hxx"
...
@@ -200,7 +200,6 @@ extern "C" void JNICALL abort_handler()
...
@@ -200,7 +200,6 @@ extern "C" void JNICALL abort_handler()
}
}
extern
"C"
javaPluginError
jfw_plugin_getAllJavaInfos
(
javaPluginError
jfw_plugin_getAllJavaInfos
(
rtl_uString
*
sVendor
,
rtl_uString
*
sVendor
,
rtl_uString
*
sMinVersion
,
rtl_uString
*
sMinVersion
,
...
@@ -330,7 +329,6 @@ javaPluginError jfw_plugin_getAllJavaInfos(
...
@@ -330,7 +329,6 @@ javaPluginError jfw_plugin_getAllJavaInfos(
return
JFW_PLUGIN_E_NONE
;
return
JFW_PLUGIN_E_NONE
;
}
}
extern
"C"
javaPluginError
jfw_plugin_getJavaInfoByPath
(
javaPluginError
jfw_plugin_getJavaInfoByPath
(
rtl_uString
*
path
,
rtl_uString
*
path
,
rtl_uString
*
sVendor
,
rtl_uString
*
sVendor
,
...
@@ -585,7 +583,6 @@ static void do_msvcr_magic(rtl_uString *jvm_dll)
...
@@ -585,7 +583,6 @@ static void do_msvcr_magic(rtl_uString *jvm_dll)
during instantiation.
during instantiation.
</p>
</p>
*/
*/
extern
"C"
javaPluginError
jfw_plugin_startJavaVirtualMachine
(
javaPluginError
jfw_plugin_startJavaVirtualMachine
(
const
JavaInfo
*
pInfo
,
const
JavaInfo
*
pInfo
,
const
JavaVMOption
*
arOptions
,
const
JavaVMOption
*
arOptions
,
...
@@ -782,7 +779,6 @@ javaPluginError jfw_plugin_startJavaVirtualMachine(
...
@@ -782,7 +779,6 @@ javaPluginError jfw_plugin_startJavaVirtualMachine(
return
errorcode
;
return
errorcode
;
}
}
extern
"C"
javaPluginError
jfw_plugin_existJRE
(
const
JavaInfo
*
pInfo
,
sal_Bool
*
exist
)
javaPluginError
jfw_plugin_existJRE
(
const
JavaInfo
*
pInfo
,
sal_Bool
*
exist
)
{
{
javaPluginError
ret
=
JFW_PLUGIN_E_NONE
;
javaPluginError
ret
=
JFW_PLUGIN_E_NONE
;
...
...
jvmfwk/source/framework.cxx
Dosyayı görüntüle @
04a290b1
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#include "osl/thread.hxx"
#include "osl/thread.hxx"
#include "osl/file.hxx"
#include "osl/file.hxx"
#include "jvmfwk/framework.h"
#include "jvmfwk/framework.h"
#include "
jvmfwk/vendorplugin.h
"
#include "
vendorplugin.hxx
"
#include <cassert>
#include <cassert>
#include <vector>
#include <vector>
#include <functional>
#include <functional>
...
...
jvmfwk/source/framework.hxx
Dosyayı görüntüle @
04a290b1
...
@@ -22,9 +22,9 @@
...
@@ -22,9 +22,9 @@
#include "rtl/ustring.hxx"
#include "rtl/ustring.hxx"
#include "rtl/byteseq.hxx"
#include "rtl/byteseq.hxx"
#include "jvmfwk/framework.h"
#include "jvmfwk/framework.h"
#include "
jvmfwk/vendorplugin.h
"
#include "
vendorplugin.hxx
"
/** typedefs for functions from vendorplugin.h
/** typedefs for functions from vendorplugin.h
xx
*/
*/
typedef
javaPluginError
(
*
jfw_plugin_getAllJavaInfos_ptr
)(
typedef
javaPluginError
(
*
jfw_plugin_getAllJavaInfos_ptr
)(
rtl_uString
*
sVendor
,
rtl_uString
*
sVendor
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment