summaryrefslogtreecommitdiffstats
path: root/jvmfwk
diff options
context:
space:
mode:
authorAndy Holder <andy.m.holder@googlemail.com>2010-12-11 19:43:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-12 21:11:14 +0000
commit22d6ac96d8b070fc506606f95fba1c9f36118ee5 (patch)
tree0b0c7ab995c82fc3b35ecb474e2c03472db95b8a /jvmfwk
parentRTL_CONSTASCII_USTRINGPARAM in ure 5 (diff)
downloadcore-22d6ac96d8b070fc506606f95fba1c9f36118ee5.tar.gz
core-22d6ac96d8b070fc506606f95fba1c9f36118ee5.zip
Change unnamedspaced file.hxx macros
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/source/elements.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/source/elements.cxx b/jvmfwk/source/elements.cxx
index bd8c9678cf5f..c6ac2019484c 100644
--- a/jvmfwk/source/elements.cxx
+++ b/jvmfwk/source/elements.cxx
@@ -748,7 +748,7 @@ jfw::FileStatus NodeJava::checkSettingsFileStatus() const
//delete file
// File::RC rc_rem = File::remove(sURL);
File f(sURL);
- if (File::E_None == f.open(OpenFlag_Write | OpenFlag_Read)
+ if (File::E_None == f.open(osl_File_OpenFlag_Write | osl_File_OpenFlag_Read)
&& File::E_None == f.setPos(0, 0)
&& File::E_None == f.setSize(0))
ret = FILE_DOES_NOT_EXIST;