diff options
-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; |