From f5d8ea19c8133d4bf3e994cb15d88b658d6cf4c6 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2008 13:01:29 +0000 Subject: INTEGRATION: CWS calcshare2 (1.12.16); FILE MERGED 2008/03/14 21:32:36 mav 1.12.16.1: #i85794# new file locking prototype --- ucb/source/ucp/file/filstr.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ucb') 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; -- cgit