summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-04-15 13:01:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-04-15 13:01:02 +0000
commitaad16740f6e294e6ca393ea50b894b04548c1d11 (patch)
tree03604e3286c711ebc8438e484ba31f48ab53f812 /ucb/source/ucp/file
parent7ab515cde50582f1f7e161e911035ac16d217df5 (diff)
INTEGRATION: CWS calcshare2 (1.7.16); FILE MERGED
2008/03/14 21:32:35 mav 1.7.16.1: #i85794# new file locking prototype
Diffstat (limited to 'ucb/source/ucp/file')
-rw-r--r--ucb/source/ucp/file/filinpstr.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/filinpstr.hxx b/ucb/source/ucp/file/filinpstr.hxx
index e650f7efa796..1a45c200f7b3 100644
--- a/ucb/source/ucp/file/filinpstr.hxx
+++ b/ucb/source/ucp/file/filinpstr.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: filinpstr.hxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -56,7 +56,7 @@ namespace fileaccess {
{
public:
- XInputStream_impl( shell* pMyShell,const rtl::OUString& aUncPath );
+ XInputStream_impl( shell* pMyShell,const rtl::OUString& aUncPath, sal_Bool bLock );
virtual ~XInputStream_impl();
@@ -153,6 +153,8 @@ namespace fileaccess {
com::sun::star::ucb::XContentProvider > m_xProvider;
sal_Bool m_nIsOpen;
+ sal_Bool m_bLock;
+
ReconnectingFile m_aFile;
sal_Int32 m_nErrorCode;