summaryrefslogtreecommitdiff
path: root/jvmfwk/source/fwkutil.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2004-05-07 13:49:41 +0000
committerJoachim Lingner <jl@openoffice.org>2004-05-07 13:49:41 +0000
commit5def523f04bea8fbb65ea83648040df1741bb8a6 (patch)
treea296afe3990be4705a51c068d64e83f5b6c5ee06 /jvmfwk/source/fwkutil.cxx
parentb21347f0dce6d55c17a4f82946a9a092a1259a2a (diff)
#i20052#
Diffstat (limited to 'jvmfwk/source/fwkutil.cxx')
-rw-r--r--jvmfwk/source/fwkutil.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/jvmfwk/source/fwkutil.cxx b/jvmfwk/source/fwkutil.cxx
index e9864ccaae09..fbb7099cf29d 100644
--- a/jvmfwk/source/fwkutil.cxx
+++ b/jvmfwk/source/fwkutil.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fwkutil.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jl $ $Date: 2004-04-28 09:11:38 $
+ * last change: $Author: jl $ $Date: 2004-05-07 14:49:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,6 +89,7 @@ namespace jfw
{
bool g_bJavaSet = false;
+
struct Init
{
osl::Mutex * operator()()
@@ -733,6 +734,8 @@ void setJavaSelected()
g_bJavaSet = true;
}
+
+
/** Determines if the currently selected Java was set in this process.
@see setProcessId()