Kaydet (Commit) ddd8e2ff authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS maybeb (1.11.212); FILE MERGED

2004/12/16 09:14:35 kso 1.11.212.1: #i9861# - content mutex no longer locked while calling into neon.
üst 702b673a
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: DAVResourceAccess.hxx,v $ * $RCSfile: DAVResourceAccess.hxx,v $
* *
* $Revision: 1.11 $ * $Revision: 1.12 $
* *
* last change: $Author: kso $ $Date: 2002-10-24 11:59:12 $ * last change: $Author: obo $ $Date: 2005-03-15 10:03:22 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -129,8 +129,10 @@ public: ...@@ -129,8 +129,10 @@ public:
com::sun::star::lang::XMultiServiceFactory > & rSMgr, com::sun::star::lang::XMultiServiceFactory > & rSMgr,
rtl::Reference< rtl::Reference<
DAVSessionFactory > const & rSessionFactory, DAVSessionFactory > const & rSessionFactory,
const rtl::OUString & rURL ) const rtl::OUString & rURL );
throw( DAVException ); DAVResourceAccess( const DAVResourceAccess & rOther );
DAVResourceAccess & operator=( const DAVResourceAccess & rOther );
void setURL( const rtl::OUString & rNewURL ) void setURL( const rtl::OUString & rNewURL )
throw( DAVException ); throw( DAVException );
......
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