INTEGRATION: CWS calcshare2 (1.7.16); FILE MERGED
2008/03/14 21:32:35 mav 1.7.16.1: #i85794# new file locking prototype
This commit is contained in:
parent
7ab515cde5
commit
aad16740f6
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue