Kaydet (Commit) f5d8ea19 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS calcshare2 (1.12.16); FILE MERGED

2008/03/14 21:32:36 mav 1.12.16.1: #i85794# new file locking prototype
üst 16c5c83e
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: filstr.hxx,v $ * $RCSfile: filstr.hxx,v $
* $Revision: 1.13 $ * $Revision: 1.14 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -68,7 +68,7 @@ namespace fileaccess { ...@@ -68,7 +68,7 @@ namespace fileaccess {
public: 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 * Returns an error code as given by filerror.hxx
...@@ -226,6 +226,8 @@ namespace fileaccess { ...@@ -226,6 +226,8 @@ namespace fileaccess {
com::sun::star::uno::Reference< com::sun::star::ucb::XContentProvider > m_xProvider; com::sun::star::uno::Reference< com::sun::star::ucb::XContentProvider > m_xProvider;
sal_Bool m_nIsOpen; sal_Bool m_nIsOpen;
sal_Bool m_bLock;
ReconnectingFile m_aFile; ReconnectingFile m_aFile;
sal_Int32 m_nErrorCode; sal_Int32 m_nErrorCode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment