summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-04-15 13:01:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-04-15 13:01:29 +0000
commit9a41397ccc16e4460ad767b96d479efbe72f7461 (patch)
tree4a3d3f6c59abfa82271472a778d36ae18e2f95ab /ucb
parentbaf057660fe12e9ff4daa53bb989a6cffa1ca138 (diff)
INTEGRATION: CWS calcshare2 (1.12.16); FILE MERGED
2008/03/14 21:32:36 mav 1.12.16.1: #i85794# new file locking prototype
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/filstr.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/filstr.hxx b/ucb/source/ucp/file/filstr.hxx
index 0aadfa8384..815bb52a10 100644
--- a/ucb/source/ucp/file/filstr.hxx
+++ b/ucb/source/ucp/file/filstr.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: filstr.hxx,v $
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
* This file is part of OpenOffice.org.
*
@@ -68,7 +68,7 @@ namespace fileaccess {
public:
- XStream_impl( shell* pMyShell,const rtl::OUString& aUncPath );
+ XStream_impl( shell* pMyShell,const rtl::OUString& aUncPath, sal_Bool bLock );
/**
* Returns an error code as given by filerror.hxx
@@ -226,6 +226,8 @@ namespace fileaccess {
com::sun::star::uno::Reference< com::sun::star::ucb::XContentProvider > m_xProvider;
sal_Bool m_nIsOpen;
+ sal_Bool m_bLock;
+
ReconnectingFile m_aFile;
sal_Int32 m_nErrorCode;