summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/NeonSession.hxx
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2002-10-24 10:59:14 +0000
committerKai Sommerfeld <kso@openoffice.org>2002-10-24 10:59:14 +0000
commit3ec89c4ea260e592cee126497634a1aa8e057587 (patch)
treef6867564f7aa2c9c41545f8ce5161711ec56e272 /ucb/source/ucp/webdav/NeonSession.hxx
parent51d20be3531a1c7b6731095c3ef47352328eaeee (diff)
#104239# - FTP over HTTP proxy server works again.
Diffstat (limited to 'ucb/source/ucp/webdav/NeonSession.hxx')
-rw-r--r--ucb/source/ucp/webdav/NeonSession.hxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/ucb/source/ucp/webdav/NeonSession.hxx b/ucb/source/ucp/webdav/NeonSession.hxx
index 787e5f92ca2c..5dca43c54388 100644
--- a/ucb/source/ucp/webdav/NeonSession.hxx
+++ b/ucb/source/ucp/webdav/NeonSession.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: NeonSession.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: kso $ $Date: 2002-09-18 12:46:14 $
+ * last change: $Author: kso $ $Date: 2002-10-24 11:59:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -117,9 +117,7 @@ class NeonSession : public DAVSession
// DAVSession methods
virtual sal_Bool CanUse( const ::rtl::OUString & inUri );
- const rtl::OUString & getHostName() const { return m_aHostName; }
-
- const void * getRequestData() const { return m_pRequestData; }
+ virtual sal_Bool UsesProxy();
const DAVRequestEnvironment & getRequestEnvironment() const
{ return m_aEnv; }
@@ -252,6 +250,11 @@ class NeonSession : public DAVSession
throw ( DAVException );
*/
+ // helpers
+ const rtl::OUString & getHostName() const { return m_aHostName; }
+
+ const void * getRequestData() const { return m_pRequestData; }
+
private:
// Initialise "Neon sockets"
void Init( void )