diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-04-15 13:01:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-04-15 13:01:29 +0000 |
commit | f5d8ea19c8133d4bf3e994cb15d88b658d6cf4c6 (patch) | |
tree | 9adb00a59a938de17b8b1863e0dcdc0f9e3c3d67 | |
parent | 16c5c83e36e004ee05d19dfede8b2ed20a51e084 (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
-rw-r--r-- | ucb/source/ucp/file/filstr.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/filstr.hxx b/ucb/source/ucp/file/filstr.hxx index 4c12d931a3e5..7d779bd4518a 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; |