diff options
Diffstat (limited to 'ucb/source/ucp')
-rw-r--r-- | ucb/source/ucp/webdav-curl/DAVSession.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav-curl/DAVSession.hxx b/ucb/source/ucp/webdav-curl/DAVSession.hxx index 6a4b65cdc41c..b73ceb561357 100644 --- a/ucb/source/ucp/webdav-curl/DAVSession.hxx +++ b/ucb/source/ucp/webdav-curl/DAVSession.hxx @@ -177,14 +177,13 @@ public: virtual void abort() = 0; protected: - rtl::Reference< DAVSessionFactory > m_xFactory; - explicit DAVSession( rtl::Reference< DAVSessionFactory > xFactory ) : m_xFactory(std::move( xFactory )), m_nRefCount( 0 ) {} virtual ~DAVSession() {} private: + rtl::Reference< DAVSessionFactory > m_xFactory; DAVSessionFactory::Map::iterator m_aContainerIt; oslInterlockedCount m_nRefCount; |