summaryrefslogtreecommitdiffstats
path: root/include/jvmfwk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-04-11 18:28:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-11 18:28:43 +0200
commit16f29aa720c3f1a27f1ee6898630b10b897899c8 (patch)
tree3b1ec32664380b1c623c3d7b7396388544caf2f3 /include/jvmfwk
parentjfw_existJRE requires non-null args, never returns JFW_E_INVALID_ARG (diff)
downloadcore-16f29aa720c3f1a27f1ee6898630b10b897899c8.tar.gz
core-16f29aa720c3f1a27f1ee6898630b10b897899c8.zip
sal_Bool -> bool
Change-Id: Iec70d6726e36af607a0a5b5a0f6dc86d05322435
Diffstat (limited to 'include/jvmfwk')
-rw-r--r--include/jvmfwk/framework.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx
index 139cda024766..e941b9a9f2fc 100644
--- a/include/jvmfwk/framework.hxx
+++ b/include/jvmfwk/framework.hxx
@@ -296,14 +296,14 @@ JVMFWK_DLLPUBLIC bool jfw_areEqualJavaInfo(
that the changed setting may not be effective immediately.</p>
@param bRunning
- [out] sal_True - a VM is running. <br/>
- sal_False - no VM is running.
+ [out] true - a VM is running. <br/>
+ false - no VM is running.
@return
JFW_E_NONE function ran successfully.<br/>
JFW_E_INVALID_ARG the parameter <code>bRunning</code> was NULL.
*/
-JVMFWK_DLLPUBLIC javaFrameworkError jfw_isVMRunning(sal_Bool *bRunning);
+JVMFWK_DLLPUBLIC javaFrameworkError jfw_isVMRunning(bool *bRunning);
/** detects a suitable JRE and configures the framework to use it.