Searched refs:DAVSession (Results 1 – 6 of 6) sorted by relevance
47 class DAVSession;54 rtl::Reference< DAVSession >63 typedef std::map< rtl::OUString, DAVSession * > Map;71 void releaseElement( DAVSession * pElement ) SAL_THROW(());73 friend class DAVSession;
47 class DAVSession class198 DAVSession( rtl::Reference< DAVSessionFactory > const & rFactory ) in DAVSession() function in http_dav_ucp::DAVSession201 virtual ~DAVSession() {} in ~DAVSession()209 friend struct std::auto_ptr< DAVSession >;212 friend class std::auto_ptr< DAVSession >;
38 rtl::Reference< DAVSession > DAVSessionFactory::createDAVSession( in createDAVSession()65 std::auto_ptr< DAVSession > xElement( in createDAVSession()75 rtl::Reference< DAVSession > xElement( aIt->second ); in createDAVSession()95 void DAVSessionFactory::releaseElement( DAVSession * pElement ) SAL_THROW(()) in releaseElement()
53 rtl::Reference< DAVSession > m_xSession;
57 class CurlSession : public DAVSession
91 : DAVSession( rSessionFactory ) in CurlSession()
Completed in 33 milliseconds